| License |
License |
|---|---|
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdvl-jung |
| Last Version | Last Version2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVisual Library + Jung
An alternative interactive UI for the JUNG graph library, which
uses NetBeans' excellent lightweight Visual Library component framework to simplify
creating interactive graph visualizations
|
| Project Organization |
Project OrganizationMastfrog Technologies |
| Filename | Size |
|---|---|
| vl-jung-2.2.pom | |
| vl-jung-2.2.jar | 38 KB |
| vl-jung-2.2-sources.jar | 23 KB |
| vl-jung-2.2-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/vl-jung/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>vl-jung</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/vl-jung/
implementation 'com.mastfrog:vl-jung:2.2'
// https://jarcasting.com/artifacts/com.mastfrog/vl-jung/
implementation ("com.mastfrog:vl-jung:2.2")
'com.mastfrog:vl-jung:jar:2.2'
<dependency org="com.mastfrog" name="vl-jung" rev="2.2">
<artifact name="vl-jung" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='vl-jung', version='2.2')
)
libraryDependencies += "com.mastfrog" % "vl-jung" % "2.2"
[com.mastfrog/vl-jung "2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.jung : jung-api | jar | 2.1.1 |
| net.sf.jung : jung-graph-impl | jar | 2.1.1 |
| net.sf.jung : jung-visualization | jar | 2.1.1 |
| com.google.guava : guava | jar | [24.1.1,) |
| org.netbeans.api : org-openide-util-lookup | jar | RELEASE113 |
| org.netbeans.api : org-netbeans-api-visual | jar | RELEASE113 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |