Last Version

JanusGraph-Driver: Gremlin-Driver Library for JanusGraph 0.6.2

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.

License

License

GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

janusgraph-driver
Version

Version

0.6.2
Type

Type

jar
Description

Description

JanusGraph-Driver: Gremlin-Driver Library for JanusGraph
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.
Project URL

Project URL

https://janusgraph.org

Download janusgraph-driver 0.6.2


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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.tinkerpop : gremlin-core jar 3.5.3
org.apache.tinkerpop : gremlin-driver jar 3.5.3
org.apache.tinkerpop : gremlin-groovy jar 3.5.3
com.google.guava : guava jar 29.0-jre
org.noggit : noggit jar 0.8
org.locationtech.spatial4j : spatial4j jar 0.8
org.locationtech.jts : jts-core jar 1.17.0
org.apache.commons : commons-text jar 1.9
org.slf4j : slf4j-api jar 1.7.30

runtime (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 Optional jar 1.7.30
log4j : log4j Optional jar 1.2.17

test (7)

Group / Artifact Type Version
org.junit.platform : junit-platform-launcher jar 1.7.2
org.junit.jupiter : junit-jupiter-params jar 5.7.2
org.junit.jupiter : junit-jupiter-api jar 5.7.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.junit.vintage : junit-vintage-engine jar 5.7.2
org.testcontainers : testcontainers jar 1.16.0
org.testcontainers : junit-jupiter jar 1.16.0

Project Modules

There are no modules declared in this project.