GroupId | GroupIdcom.baidu.hugegraph |
---|---|
ArtifactId | ArtifactIdhugegraph-common |
Version | Version1.8.4 |
Type | Typejar |
Filename | Size |
---|---|
hugegraph-common-1.8.4.pom | |
hugegraph-common-1.8.4.jar | 130 KB |
hugegraph-common-1.8.4-sources.jar | 88 KB |
hugegraph-common-1.8.4-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>1.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/
implementation 'com.baidu.hugegraph:hugegraph-common:1.8.4'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-common/
implementation ("com.baidu.hugegraph:hugegraph-common:1.8.4")
'com.baidu.hugegraph:hugegraph-common:jar:1.8.4'
<dependency org="com.baidu.hugegraph" name="hugegraph-common" rev="1.8.4">
<artifact name="hugegraph-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-common', version='1.8.4')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-common" % "1.8.4"
[com.baidu.hugegraph/hugegraph-common "1.8.4"]