MVN

net.sf.jgrapht : jgrapht

Maven & Gradle

May 22, 2012
35 usages

JGraphT · A Java class library for graph-theory data structures and algorithms.

<dependency>
    <groupId>net.sf.jgrapht</groupId>
    <artifactId>jgrapht</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jgrapht : jgrapht to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of net.sf.jgrapht : jgrapht to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
jgrapht-0.8.3

How to add a dependency to Maven

Add the following net.sf.jgrapht : jgrapht maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jgrapht</groupId>
    <artifactId>jgrapht</artifactId>
    <version>0.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jgrapht : jgrapht gradle dependency to your build.gradle file:

implementation 'net.sf.jgrapht:jgrapht:0.8.3'

Gradle Kotlin DSL: Add the following net.sf.jgrapht : jgrapht gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jgrapht:jgrapht:0.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jgrapht : jgrapht sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jgrapht" % "jgrapht" % "0.8.3"

Advertisement

Dependencies from Group

May 22, 2012
35 usages

Discover Dependencies

Feb 09, 2020
10 usages
282 stars
Mar 14, 2022
15 usages
835 stars
Oct 25, 2022
9 usages
18 stars
Feb 22, 2017
19 usages
Jul 18, 2023
21 usages
3k stars
Jun 01, 2022
37 usages
184 stars
May 20, 2010
8 usages
Dec 10, 2014
Jan 11, 2019
14 usages
2.4k stars