is not current version
Last Version 1.5.1

org.jgrapht:jgrapht 0.9.1

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

0.9.1
Type

Type

pom

Download jgrapht 0.9.1

Filename Size
jgrapht-0.9.1.pom 7 KB
Browse

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