License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.northdata.jung |
ArtifactId | ArtifactIdjung-api |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionJUNG - API
Graph interfaces used by the JUNG project
|
Filename | Size |
---|---|
jung-api-2.2.0.pom | |
jung-api-2.2.0.jar | 41 KB |
jung-api-2.2.0-tests.jar | 28 KB |
jung-api-2.2.0-sources.jar | 28 KB |
jung-api-2.2.0-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.northdata.jung/jung-api/ -->
<dependency>
<groupId>com.northdata.jung</groupId>
<artifactId>jung-api</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.northdata.jung/jung-api/
implementation 'com.northdata.jung:jung-api:2.2.0'
// https://jarcasting.com/artifacts/com.northdata.jung/jung-api/
implementation ("com.northdata.jung:jung-api:2.2.0")
'com.northdata.jung:jung-api:jar:2.2.0'
<dependency org="com.northdata.jung" name="jung-api" rev="2.2.0">
<artifact name="jung-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.northdata.jung', module='jung-api', version='2.2.0')
)
libraryDependencies += "com.northdata.jung" % "jung-api" % "2.2.0"
[com.northdata.jung/jung-api "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |