| commit | 311c499811d8d5dc566b703d6c1636400a19bd44 | [log] [tgz] |
|---|---|---|
| author | John <thespica@qq.com> | Tue Aug 20 18:26:48 2024 +0800 |
| committer | GitHub <noreply@github.com> | Tue Aug 20 18:26:48 2024 +0800 |
| tree | 82f04e54372a6255e6703907633f2e7927adc017 | |
| parent | 9baef8b255bbed67714215835e6f50b245ae43f6 [diff] |
feat(common): add a tool method encode (#146)
hugegraph-commons is a common module for HugeGraph and its peripheral components. hugegraph-commons encapsulates locks, configurations, events, iterators, rest and some numeric or collection util classes to simplify the development of HugeGraph and its components.
You could use import the dependencies in maven like this:
<dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-common</artifactId> <version>1.2.0</version> </dependency>
The doc page contains more information about hugegraph modules.
And here are links of other repositories:
Same as HugeGraph, hugegraph-commons are also licensed under Apache 2.0 License.