Graph 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.
Scala versions:
2.12
graph-dot 1.12.1
Group ID:
org.openmole.library
Artifact ID:
graph-dot_2.12
Version:
1.12.1
Release Date:
Jun 4, 2019
Licenses:
Files:
Full Scala Version:
2.12.7
Developers:
libraryDependencies += "org.openmole.library" %% "graph-dot" % "1.12.1"
ivy"org.openmole.library::graph-dot:1.12.1"
//> using dep "org.openmole.library::graph-dot:1.12.1"
import $ivy.`org.openmole.library::graph-dot:1.12.1`
<dependency> <groupId>org.openmole.library</groupId> <artifactId>graph-dot_2.12</artifactId> <version>1.12.1</version> </dependency>
compile group: 'org.openmole.library', name: 'graph-dot_2.12', version: '1.12.1'