is not current version
Last Version 1.2.0

org.jgrapht:jgrapht-dist 0.9.1


Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

org.jgrapht
ArtifactId

ArtifactId

jgrapht-dist
Version

Version

0.9.1
Type

Type

pom

Download jgrapht-dist 0.9.1


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