Files download
File Operation
jgrapht-unimi-dsi-1.5.2.jar download
jgrapht-unimi-dsi-1.5.2.pom download
jgrapht-unimi-dsi-1.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jgrapht</groupId>
  <artifactId>jgrapht-unimi-dsi</artifactId>
  <version>1.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.jgrapht:jgrapht-unimi-dsi:1.5.2'
Gradle Kotlin
implementation("org.jgrapht:jgrapht-unimi-dsi:1.5.2")
Scala SBT
libraryDependencies += "org.jgrapht" % "jgrapht-unimi-dsi" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jgrapht', module='jgrapht-unimi-dsi', version='1.5.2')
)
Apache Ivy
<dependency org="org.jgrapht" name="jgrapht-unimi-dsi" rev="1.5.2" />
Leiningen
[org.jgrapht/jgrapht-unimi-dsi "1.5.2"]
Apache Buildr
'org.jgrapht:jgrapht-unimi-dsi:jar:1.5.2'