Dependency Graph Library

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

License

License

GroupId

GroupId

com.github.nill14.parsers
ArtifactId

ArtifactId

dependency-graph
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download dependency-graph

How to add to project

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

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
org.testng : testng jar 6.8.21

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.0
2.2.0