is not current version
Last Version 1.2.0

org.jgrapht:jgrapht-dist 1.0.0


Categories

Categories

JGraphT General Purpose Libraries
GroupId

GroupId

org.jgrapht
ArtifactId

ArtifactId

jgrapht-dist
Version

Version

1.0.0
Type

Type

pom

Download jgrapht-dist 1.0.0


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