| License |
License |
|---|---|
| Categories |
CategoriesData JGraphT General Purpose Libraries |
| GroupId | GroupIdco.datadome |
| ArtifactId | ArtifactIdjgrapht |
| Last Version | Last Version1.5.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJGraphT - Parent
A Java class library for graph-theory data structures and algorithms.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jgrapht-1.5.1.1.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.datadome/jgrapht/ -->
<dependency>
<groupId>co.datadome</groupId>
<artifactId>jgrapht</artifactId>
<version>1.5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.datadome/jgrapht/
implementation 'co.datadome:jgrapht:1.5.1.1'
// https://jarcasting.com/artifacts/co.datadome/jgrapht/
implementation ("co.datadome:jgrapht:1.5.1.1")
'co.datadome:jgrapht:pom:1.5.1.1'
<dependency org="co.datadome" name="jgrapht" rev="1.5.1.1">
<artifact name="jgrapht" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.datadome', module='jgrapht', version='1.5.1.1')
)
libraryDependencies += "co.datadome" % "jgrapht" % "1.5.1.1"
[co.datadome/jgrapht "1.5.1.1"]