GroupId | GroupIdorg.allenai.tinkerpop.blueprints |
---|---|
ArtifactId | ArtifactIdblueprints-graph-jung |
Version | Version2.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.allenai.tinkerpop.blueprints/blueprints-graph-jung/ -->
<dependency>
<groupId>org.allenai.tinkerpop.blueprints</groupId>
<artifactId>blueprints-graph-jung</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.allenai.tinkerpop.blueprints/blueprints-graph-jung/
implementation 'org.allenai.tinkerpop.blueprints:blueprints-graph-jung:2.7.0'
// https://jarcasting.com/artifacts/org.allenai.tinkerpop.blueprints/blueprints-graph-jung/
implementation ("org.allenai.tinkerpop.blueprints:blueprints-graph-jung:2.7.0")
'org.allenai.tinkerpop.blueprints:blueprints-graph-jung:jar:2.7.0'
<dependency org="org.allenai.tinkerpop.blueprints" name="blueprints-graph-jung" rev="2.7.0">
<artifact name="blueprints-graph-jung" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.allenai.tinkerpop.blueprints', module='blueprints-graph-jung', version='2.7.0')
)
libraryDependencies += "org.allenai.tinkerpop.blueprints" % "blueprints-graph-jung" % "2.7.0"
[org.allenai.tinkerpop.blueprints/blueprints-graph-jung "2.7.0"]