BREAKING Change:
Refer https://github.com/apache/incubator-hugegraph-toolchain, Users should use the Apache version now, visit apache repository instead, thanks~
<!-- Note: use the latest release version in maven repo, here is just an example -->
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<!-- Update it to the latest release version -->
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-loader</artifactId>
<version>1.2.0</version>
</dependency>
Big News
Move to https://github.com/apache/incubator-hugegraph-toolchain
As the introduction in homepage said:

So please move to Apache-HugeGraph Toolchain repo now & submit new issues there.