is not current version
Last Version 1.13.0

org.scala-graph:graph-dot_2.12 1.11.5

Graph DOT

Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-graph
ArtifactId

ArtifactId

graph-dot_2.12
Version

Version

1.11.5
Type

Type

jar

Download graph-dot_2.12 1.11.5


<!-- https://jarcasting.com/artifacts/org.scala-graph/graph-dot_2.12/ -->
<dependency>
    <groupId>org.scala-graph</groupId>
    <artifactId>graph-dot_2.12</artifactId>
    <version>1.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-graph/graph-dot_2.12/
implementation 'org.scala-graph:graph-dot_2.12:1.11.5'
// https://jarcasting.com/artifacts/org.scala-graph/graph-dot_2.12/
implementation ("org.scala-graph:graph-dot_2.12:1.11.5")
'org.scala-graph:graph-dot_2.12:jar:1.11.5'
<dependency org="org.scala-graph" name="graph-dot_2.12" rev="1.11.5">
  <artifact name="graph-dot_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-graph', module='graph-dot_2.12', version='1.11.5')
)
libraryDependencies += "org.scala-graph" % "graph-dot_2.12" % "1.11.5"
[org.scala-graph/graph-dot_2.12 "1.11.5"]