is not current version
Last Version 0.6.2

org.janusgraph:example-tinkergraph 0.5.0


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-tinkergraph
Version

Version

0.5.0
Type

Type

jar

Download example-tinkergraph 0.5.0


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