is not current version
Last Version 0.6.2

org.janusgraph:janusgraph 0.2.0

JanusGraph is a distributed graph database optimized for processing massive-scale graphs represented over a machine cluster. JanusGraph separates the concerns of graph processing and manipulation from storing the graph on disk, delegating that concern to an extensible set of persistence solutions.

GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

janusgraph
Version

Version

0.2.0
Type

Type

pom

Download janusgraph 0.2.0

Filename Size
janusgraph-0.2.0.pom 77 KB
Browse

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