MVN

com.github.nill14.parsers : graph

Maven & Gradle

Jan 19, 2015
1 stars

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

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

Latest Version

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

  • Latest Stable: 2.1.1

All Versions

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

Version Vulnerabilities Updated
2.1.x
graph-2.1.1
graph-2.1.0
2.0.x
graph-2.0.0
1.0.x
graph-1.0.1
graph-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.github.nill14.parsers:graph:2.1.1'

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

implementation("com.github.nill14.parsers:graph:2.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.nill14.parsers" % "graph" % "2.1.1"