License |
License |
---|---|
Categories |
CategoriesNet JGraphT General Purpose Libraries |
GroupId | GroupIdnet.sf.jgrapht |
ArtifactId | ArtifactIdjgrapht |
Last Version | Last Version0.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGraphT
A Java class library for graph-theory data structures and algorithms.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jgrapht-0.8.3.pom | |
jgrapht-0.8.3.jar | 239 KB |
jgrapht-0.8.3-sources.jar | 365 KB |
jgrapht-0.8.3-javadoc.jar | 572 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jgrapht/jgrapht/ -->
<dependency>
<groupId>net.sf.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jgrapht/jgrapht/
implementation 'net.sf.jgrapht:jgrapht:0.8.3'
// https://jarcasting.com/artifacts/net.sf.jgrapht/jgrapht/
implementation ("net.sf.jgrapht:jgrapht:0.8.3")
'net.sf.jgrapht:jgrapht:jar:0.8.3'
<dependency org="net.sf.jgrapht" name="jgrapht" rev="0.8.3">
<artifact name="jgrapht" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jgrapht', module='jgrapht', version='0.8.3')
)
libraryDependencies += "net.sf.jgrapht" % "jgrapht" % "0.8.3"
[net.sf.jgrapht/jgrapht "0.8.3"]