License |
License |
---|---|
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdhugegraph-common |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhugegraph-common
hugegraph-common is a common module for HugeGraph and its peripheral components.
hugegraph-common encapsulates locks, configurations, events, iterators, rest and some
numeric or collection util classes to simplify the development of HugeGraph and its components.
|
Project URL |
Project URL |
Filename | Size |
---|---|
hugegraph-common-2.1.2.pom | |
hugegraph-common-2.1.2.jar | 125 KB |
hugegraph-common-2.1.2-sources.jar | 84 KB |
hugegraph-common-2.1.2-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/
implementation 'com.baidu.hugegraph:hugegraph-common:2.1.2'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/
implementation ("com.baidu.hugegraph:hugegraph-common:2.1.2")
'com.baidu.hugegraph:hugegraph-common:jar:2.1.2'
<dependency org="com.baidu.hugegraph" name="hugegraph-common" rev="2.1.2">
<artifact name="hugegraph-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-common', version='2.1.2')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-common" % "2.1.2"
[com.baidu.hugegraph/hugegraph-common "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-impl | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 4.1.0 |