License |
License |
---|---|
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdhugegraph-common |
Version | Version1.8.9.1 |
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hugegraph-common-1.8.9.1.pom | |
hugegraph-common-1.8.9.1.jar | 148 KB |
hugegraph-common-1.8.9.1-sources.jar | 97 KB |
hugegraph-common-1.8.9.1-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>1.8.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/
implementation 'com.baidu.hugegraph:hugegraph-common:1.8.9.1'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/
implementation ("com.baidu.hugegraph:hugegraph-common:1.8.9.1")
'com.baidu.hugegraph:hugegraph-common:jar:1.8.9.1'
<dependency org="com.baidu.hugegraph" name="hugegraph-common" rev="1.8.9.1">
<artifact name="hugegraph-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-common', version='1.8.9.1')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-common" % "1.8.9.1"
[com.baidu.hugegraph/hugegraph-common "1.8.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.25.1 |