j

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.
http://janusgraph.org
The Apache Software License, Version 2.0
Matthias Broecheler Daniel LaRocque Pavel Yaskevich
Files download
File Operation
janusgraph-0.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.janusgraph</groupId>
  <artifactId>janusgraph</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.janusgraph:janusgraph:0.2.0'
Gradle Kotlin
implementation("org.janusgraph:janusgraph:0.2.0")
Scala SBT
libraryDependencies += "org.janusgraph" % "janusgraph" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.janusgraph', module='janusgraph', version='0.2.0')
)
Apache Ivy
<dependency org="org.janusgraph" name="janusgraph" rev="0.2.0" />
Leiningen
[org.janusgraph/janusgraph "0.2.0"]
Apache Buildr
'org.janusgraph:janusgraph:jar:0.2.0'