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