| License |
License |
|---|---|
| Categories |
CategoriesData JGraphT General Purpose Libraries |
| GroupId | GroupIdco.datadome |
| ArtifactId | ArtifactIdjgrapht-ext |
| Last Version | Last Version1.5.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJGraphT - Ext
A Java class library for graph-theory data structures and algorithms.
|
| Filename | Size |
|---|---|
| jgrapht-ext-1.5.1.1.pom | |
| jgrapht-ext-1.5.1.1.jar | 5 KB |
| jgrapht-ext-1.5.1.1-sources.jar | 4 KB |
| jgrapht-ext-1.5.1.1-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.datadome/jgrapht-ext/ -->
<dependency>
<groupId>co.datadome</groupId>
<artifactId>jgrapht-ext</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.datadome/jgrapht-ext/
implementation 'co.datadome:jgrapht-ext:1.5.1.1'
// https://jarcasting.com/artifacts/co.datadome/jgrapht-ext/
implementation ("co.datadome:jgrapht-ext:1.5.1.1")
'co.datadome:jgrapht-ext:jar:1.5.1.1'
<dependency org="co.datadome" name="jgrapht-ext" rev="1.5.1.1">
<artifact name="jgrapht-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.datadome', module='jgrapht-ext', version='1.5.1.1')
)
libraryDependencies += "co.datadome" % "jgrapht-ext" % "1.5.1.1"
[co.datadome/jgrapht-ext "1.5.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| co.datadome : jgrapht-core | jar | 1.5.1.1 |
| com.github.vlsi.mxgraph : jgraphx | jar | 4.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |