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