Last Version

Graph 2.1.1

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

License

License

GroupId

GroupId

com.github.nill14.parsers
ArtifactId

ArtifactId

graph
Version

Version

2.1.1
Type

Type

jar
Description

Description

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

Download graph 2.1.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.slf4j : slf4j-api jar 1.7.7

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.7
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.