is not current version
Last Version 1.5.1

org.jgrapht:jgrapht-core 0.9.0


Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

org.jgrapht
ArtifactId

ArtifactId

jgrapht-core
Version

Version

0.9.0
Type

Type

jar

Download jgrapht-core 0.9.0


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