is not current version
Last Version 0.6.2

org.janusgraph:example-remotegraph 0.4.1


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-remotegraph
Version

Version

0.4.1
Type

Type

jar

Download example-remotegraph 0.4.1


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