is not current version
Last Version 1.0.12

org.anarres.graphviz:graphviz-parser 1.0.3

GraphViz graph builder and parser.

GroupId

GroupId

org.anarres.graphviz
ArtifactId

ArtifactId

graphviz-parser
Version

Version

1.0.3
Type

Type

jar

Download graphviz-parser 1.0.3


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