is not current version
Last Version 2.1.1

com.github.nill14.parsers:graph 2.1.0

Implementation of directed acyclic graph along with some graph algorithms and dependency management.

GroupId

GroupId

com.github.nill14.parsers
ArtifactId

ArtifactId

graph
Version

Version

2.1.0
Type

Type

jar

Download graph 2.1.0


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