License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop.blueprints |
ArtifactId | ArtifactIdblueprints-graph-jung |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBlueprints-GraphJung
Blueprints property graphs outplementation for the JUNG (Java Universal Network/Graph Framework)
|
<!-- https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/ -->
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-graph-jung</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/
implementation 'com.tinkerpop.blueprints:blueprints-graph-jung:2.6.0'
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/
implementation ("com.tinkerpop.blueprints:blueprints-graph-jung:2.6.0")
'com.tinkerpop.blueprints:blueprints-graph-jung:jar:2.6.0'
<dependency org="com.tinkerpop.blueprints" name="blueprints-graph-jung" rev="2.6.0">
<artifact name="blueprints-graph-jung" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-jung', version='2.6.0')
)
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints-graph-jung" % "2.6.0"
[com.tinkerpop.blueprints/blueprints-graph-jung "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tinkerpop.blueprints : blueprints-core | jar | 2.6.0 |
net.sf.jung : jung-api | jar | 2.0.1 |
net.sf.jung : jung-algorithms | jar | 2.0.1 |
net.sf.jung : jung-visualization | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.tinkerpop.blueprints : blueprints-test | jar | 2.6.0 |