Our repository(HugeGraph) has donated to Apache Software Foundation(ASF)
, so all repository here will be archived soon
Please move to visit them (like https://github.com/apache/hugegraph) & the official website (https://hugegraph.apache.org/)
All repositories urls:
- hugegraph (graph server)
- hugegraph-toolchain (include loader/dashboard/tool/client)
- hugegraph-computer (graph computing system)
- hugegraph-commons (include common & rpc module)
- hugegraph-website (include doc & website code)
You could use import the dependencies in maven
like this:
<!-- Note: use the latest release version in maven repo, here is just an example -->
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-loader</artifactId>
<version>1.2.0</version>
</dependency>
Welcome to contribute to Apache HugeGraph
as always ~ 😄