License |
License |
---|---|
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdhugegraph-commons |
Version | Version2.0.0 |
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.0.0.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.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-commons/
implementation 'com.baidu.hugegraph:hugegraph-commons:2.0.0'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-commons/
implementation ("com.baidu.hugegraph:hugegraph-commons:2.0.0")
'com.baidu.hugegraph:hugegraph-commons:pom:2.0.0'
<dependency org="com.baidu.hugegraph" name="hugegraph-commons" rev="2.0.0">
<artifact name="hugegraph-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-commons', version='2.0.0')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-commons" % "2.0.0"
[com.baidu.hugegraph/hugegraph-commons "2.0.0"]