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