License |
License |
---|---|
GroupId | GroupIdorg.janusgraph |
ArtifactId | ArtifactIdjanusgraph-driver |
Last Version | Last Version0.6.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJanusGraph-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 |
Filename | Size |
---|---|
janusgraph-driver-0.6.2.pom | |
janusgraph-driver-0.6.2.jar | 77 KB |
janusgraph-driver-0.6.2-sources.jar | 31 KB |
janusgraph-driver-0.6.2-javadoc.jar | 239 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 Optional | jar | 1.7.30 |
log4j : log4j Optional | jar | 1.2.17 |
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 |