License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.northdata.jung |
ArtifactId | ArtifactIdjung-samples |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionJUNG - Samples
Sample programs using JUNG. Nearly all JUNG capabilities are demonstrated here.
Please study the source code for these examples prior to asking how to do something.
|
Filename | Size |
---|---|
jung-samples-2.2.0.pom | |
jung-samples-2.2.0.jar | 816 KB |
jung-samples-2.2.0-sources.jar | 541 KB |
jung-samples-2.2.0-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.northdata.jung/jung-samples/ -->
<dependency>
<groupId>com.northdata.jung</groupId>
<artifactId>jung-samples</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.northdata.jung/jung-samples/
implementation 'com.northdata.jung:jung-samples:2.2.0'
// https://jarcasting.com/artifacts/com.northdata.jung/jung-samples/
implementation ("com.northdata.jung:jung-samples:2.2.0")
'com.northdata.jung:jung-samples:jar:2.2.0'
<dependency org="com.northdata.jung" name="jung-samples" rev="2.2.0">
<artifact name="jung-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.northdata.jung', module='jung-samples', version='2.2.0')
)
libraryDependencies += "com.northdata.jung" % "jung-samples" % "2.2.0"
[com.northdata.jung/jung-samples "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.northdata.jung : jung-api | jar | 2.2.0 |
com.northdata.jung : jung-visualization | jar | 2.2.0 |
com.northdata.jung : jung-graph-impl | jar | 2.2.0 |
com.northdata.jung : jung-algorithms | jar | 2.2.0 |
com.northdata.jung : jung-io | jar | 2.2.0 |