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.1.0-20240419-080051.2d48de9.pom download
Apache Maven
<dependency>
  <groupId>org.janusgraph</groupId>
  <artifactId>janusgraph</artifactId>
  <version>1.1.0-20240419-080051.2d48de9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.janusgraph:janusgraph:1.1.0-20240419-080051.2d48de9'
Gradle Kotlin
implementation("org.janusgraph:janusgraph:1.1.0-20240419-080051.2d48de9")
Scala SBT
libraryDependencies += "org.janusgraph" % "janusgraph" % "1.1.0-20240419-080051.2d48de9"
Groovy Grape
@Grapes(
  @Grab(group='org.janusgraph', module='janusgraph', version='1.1.0-20240419-080051.2d48de9')
)
Apache Ivy
<dependency org="org.janusgraph" name="janusgraph" rev="1.1.0-20240419-080051.2d48de9" />
Leiningen
[org.janusgraph/janusgraph "1.1.0-20240419-080051.2d48de9"]
Apache Buildr
'org.janusgraph:janusgraph:jar:1.1.0-20240419-080051.2d48de9'