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