is not current version
Last Version 0.6.2

org.janusgraph:example-tinkergraph 0.3.3


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-tinkergraph
Version

Version

0.3.3
Type

Type

jar

Download example-tinkergraph 0.3.3


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