dwalend / disentangle   0.3.0

MIT License GitHub

Customizable graph algorithms in Scala

Scala versions: 3.x 2.12 2.11
Scala.js versions: 1.x 0.6

graph 0.2.2


Group ID:
net.walend.disentangle
Artifact ID:
graph_2.12
Version:
0.2.2
Release Date:
Mar 21, 2018
Licenses:
MIT
Files:

libraryDependencies += "net.walend.disentangle" %% "graph" % "0.2.2"

Mill build tool

ivy"net.walend.disentangle::graph:0.2.2"

Scala CLI

//> using dep "net.walend.disentangle::graph:0.2.2"

Ammonite REPL

import $ivy.`net.walend.disentangle::graph:0.2.2`

<dependency>
  <groupId>net.walend.disentangle</groupId>
  <artifactId>graph_2.12</artifactId>
  <version>0.2.2</version>
</dependency>

compile group: 'net.walend.disentangle', name: 'graph_2.12', version: '0.2.2'