Graph

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

License

License

GroupId

GroupId

com.github.nill14.parsers
ArtifactId

ArtifactId

graph
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download graph

How to add to project

<!-- 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.

Versions

Version
2.1.1
2.1.0
2.0.0
1.0.1
1.0.0