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