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