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