is not current version
Last Version 0.7.3

jgrapht:jgrapht 0.6.0

JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms

Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

jgrapht
ArtifactId

ArtifactId

jgrapht
Version

Version

0.6.0
Type

Type

jar

Download jgrapht 0.6.0


<!-- https://jarcasting.com/artifacts/jgrapht/jgrapht/ -->
<dependency>
    <groupId>jgrapht</groupId>
    <artifactId>jgrapht</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/jgrapht/jgrapht/
implementation 'jgrapht:jgrapht:0.6.0'
// https://jarcasting.com/artifacts/jgrapht/jgrapht/
implementation ("jgrapht:jgrapht:0.6.0")
'jgrapht:jgrapht:jar:0.6.0'
<dependency org="jgrapht" name="jgrapht" rev="0.6.0">
  <artifact name="jgrapht" type="jar" />
</dependency>
@Grapes(
@Grab(group='jgrapht', module='jgrapht', version='0.6.0')
)
libraryDependencies += "jgrapht" % "jgrapht" % "0.6.0"
[jgrapht "0.6.0"]