License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jung |
ArtifactId | ArtifactIdjung-jai-samples |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjung-jai-samples
Demos for the jung-jai (Java Advanced Imaging) project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jung-jai-samples-2.0.1.pom | |
jung-jai-samples-2.0.1.jar | 45 KB |
jung-jai-samples-2.0.1-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jung/jung-jai-samples/ -->
<dependency>
<groupId>net.sf.jung</groupId>
<artifactId>jung-jai-samples</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jung/jung-jai-samples/
implementation 'net.sf.jung:jung-jai-samples:2.0.1'
// https://jarcasting.com/artifacts/net.sf.jung/jung-jai-samples/
implementation ("net.sf.jung:jung-jai-samples:2.0.1")
'net.sf.jung:jung-jai-samples:jar:2.0.1'
<dependency org="net.sf.jung" name="jung-jai-samples" rev="2.0.1">
<artifact name="jung-jai-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jung', module='jung-jai-samples', version='2.0.1')
)
libraryDependencies += "net.sf.jung" % "jung-jai-samples" % "2.0.1"
[net.sf.jung/jung-jai-samples "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.jung : jung-api | jar | 2.0.1 |
net.sf.jung : jung-jai | jar | 2.0.1 |
net.sf.jung : jung-visualization | jar | 2.0.1 |
net.sf.jung : jung-graph-impl | jar | 2.0.1 |
net.sf.jung : jung-samples | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |