commit | 4b89c5d8d8a36d6361987d0b3ca248370793fccf | [log] [tgz] |
---|---|---|
author | V_Galaxy <dyc1904821183@gmail.com> | Wed Nov 06 18:48:57 2024 +0800 |
committer | GitHub <noreply@github.com> | Wed Nov 06 18:48:57 2024 +0800 |
tree | 7b8a1f70640bc8331947f9f05a7927625b22d1c1 | |
parent | 5a12fa93321f757bb93e34dbb14440f774249d24 [diff] |
chore(dist): upgrade version to 1.5.0 (#639) * upgrade version to 1.5.0 * update README.md * Update README.md * Update README.md --------- Co-authored-by: imbajin <jin@apache.org>
hugegraph-toolchain
is the integration project contains a series of utilities for HugeGraph, it includes 5+ main modules.
RESTful
APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.RESTful
APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc. (WIP)loader
.hubble
.client
.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.5.0</version> </dependency> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-loader</artifactId> <version>1.5.0</version> </dependency>
And here are links of other HugeGraph component/repositories:
The project homepage contains more information about hugegraph-toolchain
.
hugegraph-toolchain is licensed under Apache 2.0 License.