is not current version
Last Version 2.6.0

com.tinkerpop.blueprints:blueprints-graph-jung 1.2

Blueprints property graphs outplementation for the JUNG (Java Universal Network/Graph Framework)

GroupId

GroupId

com.tinkerpop.blueprints
ArtifactId

ArtifactId

blueprints-graph-jung
Version

Version

1.2
Type

Type

jar

Download blueprints-graph-jung 1.2


<!-- https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/ -->
<dependency>
    <groupId>com.tinkerpop.blueprints</groupId>
    <artifactId>blueprints-graph-jung</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/
implementation 'com.tinkerpop.blueprints:blueprints-graph-jung:1.2'
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/
implementation ("com.tinkerpop.blueprints:blueprints-graph-jung:1.2")
'com.tinkerpop.blueprints:blueprints-graph-jung:jar:1.2'
<dependency org="com.tinkerpop.blueprints" name="blueprints-graph-jung" rev="1.2">
  <artifact name="blueprints-graph-jung" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-jung', version='1.2')
)
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints-graph-jung" % "1.2"
[com.tinkerpop.blueprints/blueprints-graph-jung "1.2"]