MVN

com.github.nill14.parsers : dependency-graph

Maven & Gradle

Jun 04, 2015
2 usages
1 stars

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

<dependency>
    <groupId>com.github.nill14.parsers</groupId>
    <artifactId>dependency-graph</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nill14.parsers : dependency-graph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of com.github.nill14.parsers : dependency-graph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
dependency-graph-2.3.0
2.2.x
dependency-graph-2.2.0

How to add a dependency to Maven

Add the following com.github.nill14.parsers : dependency-graph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nill14.parsers</groupId>
    <artifactId>dependency-graph</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nill14.parsers : dependency-graph gradle dependency to your build.gradle file:

implementation 'com.github.nill14.parsers:dependency-graph:2.3.0'

Gradle Kotlin DSL: Add the following com.github.nill14.parsers : dependency-graph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nill14.parsers:dependency-graph:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nill14.parsers : dependency-graph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nill14.parsers" % "dependency-graph" % "2.3.0"

Advertisement

Dependencies from Group

Jun 04, 2015
2 usages
1 stars
Jan 19, 2015
1 stars

Discover Dependencies

Aug 25, 2016
2 usages
35 stars
Dec 26, 2022
4 usages
33 stars
Apr 25, 2018
1 usages
6 stars
Aug 05, 2017
4 usages
20 stars
Oct 14, 2018
9 usages
1k stars
May 29, 2019
3 usages
62 stars
Apr 12, 2017
1 usages
1.2k stars