License |
License |
---|---|
Categories |
CategoriesJGraphT General Purpose Libraries |
GroupId | GroupIdorg.jgrapht |
ArtifactId | ArtifactIdjgrapht-jdk1.5 |
Last Version | Last Version0.7.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGraphT
JGraphT is a free Java graph library
that provides mathematical graph-theory objects and algorithms
|
Project URL |
Project URL |
Filename | Size |
---|---|
jgrapht-jdk1.5-0.7.3.pom | |
jgrapht-jdk1.5-0.7.3.jar | 184 KB |
jgrapht-jdk1.5-0.7.3-sources.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jgrapht/jgrapht-jdk1.5/ -->
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-jdk1.5</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jgrapht/jgrapht-jdk1.5/
implementation 'org.jgrapht:jgrapht-jdk1.5:0.7.3'
// https://jarcasting.com/artifacts/org.jgrapht/jgrapht-jdk1.5/
implementation ("org.jgrapht:jgrapht-jdk1.5:0.7.3")
'org.jgrapht:jgrapht-jdk1.5:jar:0.7.3'
<dependency org="org.jgrapht" name="jgrapht-jdk1.5" rev="0.7.3">
<artifact name="jgrapht-jdk1.5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jgrapht', module='jgrapht-jdk1.5', version='0.7.3')
)
libraryDependencies += "org.jgrapht" % "jgrapht-jdk1.5" % "0.7.3"
[org.jgrapht/jgrapht-jdk1.5 "0.7.3"]
Group / Artifact | Type | Version |
---|---|---|
jgraph : jgraph Optional | jar | 5.8.3.2 |