License |
License |
---|---|
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdhugegraph-commons |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionhugegraph-commons
hugegraph-commons is a common module for HugeGraph-Common and HugeGraph-Rpc with their peripheral components.
It includes rpc frame, locks, configurations, events, iterators, rest and some
numeric or collection util classes to simplify the development of HugeGraph and its components.
|
Filename | Size |
---|---|
hugegraph-commons-2.1.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-commons/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-commons</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-commons/
implementation 'com.baidu.hugegraph:hugegraph-commons:2.1.2'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-commons/
implementation ("com.baidu.hugegraph:hugegraph-commons:2.1.2")
'com.baidu.hugegraph:hugegraph-commons:pom:2.1.2'
<dependency org="com.baidu.hugegraph" name="hugegraph-commons" rev="2.1.2">
<artifact name="hugegraph-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-commons', version='2.1.2')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-commons" % "2.1.2"
[com.baidu.hugegraph/hugegraph-commons "2.1.2"]