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.13
graph-dot 1.13.0
Group ID:
org.scala-graph
Artifact ID:
graph-dot_2.13
Version:
1.13.0
Release Date:
Nov 12, 2019
Licenses:
Files:
Full Scala Version:
2.13.1
Developers:
libraryDependencies += "org.scala-graph" %% "graph-dot" % "1.13.0"
ivy"org.scala-graph::graph-dot:1.13.0"
//> using dep "org.scala-graph::graph-dot:1.13.0"
import $ivy.`org.scala-graph::graph-dot:1.13.0`
<dependency> <groupId>org.scala-graph</groupId> <artifactId>graph-dot_2.13</artifactId> <version>1.13.0</version> </dependency>
compile group: 'org.scala-graph', name: 'graph-dot_2.13', version: '1.13.0'