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.
https://janusgraph.org
The Apache Software License, Version 2.0
JanusGraph members
Files download
File Operation
janusgraph-1.0.1-20240423-142127.1e3b08b.pom download
Apache Maven
<dependency>
  <groupId>org.janusgraph</groupId>
  <artifactId>janusgraph</artifactId>
  <version>1.0.1-20240423-142127.1e3b08b</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.janusgraph:janusgraph:1.0.1-20240423-142127.1e3b08b'
Gradle Kotlin
implementation("org.janusgraph:janusgraph:1.0.1-20240423-142127.1e3b08b")
Scala SBT
libraryDependencies += "org.janusgraph" % "janusgraph" % "1.0.1-20240423-142127.1e3b08b"
Groovy Grape
@Grapes(
  @Grab(group='org.janusgraph', module='janusgraph', version='1.0.1-20240423-142127.1e3b08b')
)
Apache Ivy
<dependency org="org.janusgraph" name="janusgraph" rev="1.0.1-20240423-142127.1e3b08b" />
Leiningen
[org.janusgraph/janusgraph "1.0.1-20240423-142127.1e3b08b"]
Apache Buildr
'org.janusgraph:janusgraph:jar:1.0.1-20240423-142127.1e3b08b'