is not current version
Last Version 0.6.2

org.janusgraph:example-tinkergraph 0.3.2


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-tinkergraph
Version

Version

0.3.2
Type

Type

jar

Download example-tinkergraph 0.3.2


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