| commit | e678d76d6b1ca08f520a2933cba1fc6d1415cee6 | [log] [tgz] |
|---|---|---|
| author | V_Galaxy <dyc1904821183@gmail.com> | Sat Aug 24 23:12:47 2024 +0800 |
| committer | GitHub <noreply@github.com> | Sat Aug 24 23:12:47 2024 +0800 |
| tree | cad055acfa5d25fa57f4ed58b0244ef20f0235ee | |
| parent | 311c499811d8d5dc566b703d6c1636400a19bd44 [diff] |
chore: add WARNING in README to inform users that this repository will soon be archived (#147) * NOTE -> WARNING
[!WARNING] All contents of this repository have been migrated to https://github.com/apache/hugegraph/tree/master/hugegraph-commons. This repository will be archived soon.
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.