is not current version
Last Version 1.5.1

org.jgrapht:jgrapht-core 1.4.0


Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

org.jgrapht
ArtifactId

ArtifactId

jgrapht-core
Version

Version

1.4.0
Type

Type

jar

Download jgrapht-core 1.4.0


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