j

janusgraph

JanusGraph is a distributed graph database optimized for processing massive-scale graphs represented over a machine cluster. This is the Pontus Vision fork, which has a few extra bug fixes, and advanced features. 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.
https://janusgraph.org
The Apache Software License, Version 2.0
Matthias Broecheler Daniel LaRocque Pavel Yaskevich
Files download
File Operation
janusgraph-100.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.pontusvision</groupId>
  <artifactId>janusgraph</artifactId>
  <version>100.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.pontusvision:janusgraph:100.3.2'
Gradle Kotlin
implementation("com.pontusvision:janusgraph:100.3.2")
Scala SBT
libraryDependencies += "com.pontusvision" % "janusgraph" % "100.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.pontusvision', module='janusgraph', version='100.3.2')
)
Apache Ivy
<dependency org="com.pontusvision" name="janusgraph" rev="100.3.2" />
Leiningen
[com.pontusvision/janusgraph "100.3.2"]
Apache Buildr
'com.pontusvision:janusgraph:jar:100.3.2'