justeraimbault / scala-graph 1.12.1
GitHubGraph for Scala is intended to provide basic graph functionality seamlessly fitting into the Scala Collection Library. Like the well known members of scala.collection, Graph for Scala is an in-memory graph library aiming at editing and traversing graphs, finding cycles etc. in a user-friendly way.
graph-json 1.12.1
Group ID:
org.openmole.library
Artifact ID:
graph-json_2.12
Version:
1.12.1
Release Date:
Jun 4, 2019
Licenses:
Files:
libraryDependencies += "org.openmole.library" %% "graph-json" % "1.12.1"
ivy"org.openmole.library::graph-json:1.12.1"
import $ivy.`org.openmole.library::graph-json:1.12.1`
<dependency> <groupId>org.openmole.library</groupId> <artifactId>graph-json_2.12</artifactId> <version>1.12.1</version> </dependency>
compile group: 'org.openmole.library', name: 'graph-json_2.12', version: '1.12.1'