Skip to content

org.janusgraph.janusgraph 0.6.99-SNAPSHOT

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.janusgraph</groupId>
  <artifactId>janusgraph</artifactId>
  <version>0.6.99-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    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.