is not current version
Last Version 1.5.1

org.jgrapht:jgrapht 1.0.0

A Java class library for graph-theory data structures and algorithms.

Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

org.jgrapht
ArtifactId

ArtifactId

jgrapht
Version

Version

1.0.0
Type

Type

pom

Download jgrapht 1.0.0

Filename Size
jgrapht-1.0.0.pom 7 KB
Browse

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