h

hugegraph

HugeGraph is a fast-speed and highly scalable graph database that supports more than 100 billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://github.com/apache/hugegraph
The Apache Software License, Version 2.0
Files download
File Operation
hugegraph-1.3.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.hugegraph</groupId>
  <artifactId>hugegraph</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.hugegraph:hugegraph:1.3.0'
Gradle Kotlin
implementation("org.apache.hugegraph:hugegraph:1.3.0")
Scala SBT
libraryDependencies += "org.apache.hugegraph" % "hugegraph" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hugegraph', module='hugegraph', version='1.3.0')
)
Apache Ivy
<dependency org="org.apache.hugegraph" name="hugegraph" rev="1.3.0" />
Leiningen
[org.apache.hugegraph/hugegraph "1.3.0"]
Apache Buildr
'org.apache.hugegraph:hugegraph:jar:1.3.0'