| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.northdata.jung |
| ArtifactId | ArtifactIdjung-algorithms |
| Last Version | Last Version2.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJUNG - Algorithms
Algorithms for the JUNG project
|
| Filename | Size |
|---|---|
| jung-algorithms-2.2.0.pom | |
| jung-algorithms-2.2.0.jar | 224 KB |
| jung-algorithms-2.2.0-sources.jar | 181 KB |
| jung-algorithms-2.2.0-javadoc.jar | 775 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.northdata.jung/jung-algorithms/ -->
<dependency>
<groupId>com.northdata.jung</groupId>
<artifactId>jung-algorithms</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.northdata.jung/jung-algorithms/
implementation 'com.northdata.jung:jung-algorithms:2.2.0'
// https://jarcasting.com/artifacts/com.northdata.jung/jung-algorithms/
implementation ("com.northdata.jung:jung-algorithms:2.2.0")
'com.northdata.jung:jung-algorithms:jar:2.2.0'
<dependency org="com.northdata.jung" name="jung-algorithms" rev="2.2.0">
<artifact name="jung-algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.northdata.jung', module='jung-algorithms', version='2.2.0')
)
libraryDependencies += "com.northdata.jung" % "jung-algorithms" % "2.2.0"
[com.northdata.jung/jung-algorithms "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.northdata.jung : jung-api | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.northdata.jung : jung-graph-impl | jar | 2.2.0 |
| junit : junit | jar | 4.12 |