GroupId | GroupIdcom.baidu.hugegraph |
---|---|
ArtifactId | ArtifactIdhugegraph-core |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
hugegraph-core-0.6.1.pom | |
hugegraph-core-0.6.1.jar | 418 KB |
hugegraph-core-0.6.1-sources.jar | 230 KB |
hugegraph-core-0.6.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-core/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-core</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-core/
implementation 'com.baidu.hugegraph:hugegraph-core:0.6.1'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-core/
implementation ("com.baidu.hugegraph:hugegraph-core:0.6.1")
'com.baidu.hugegraph:hugegraph-core:jar:0.6.1'
<dependency org="com.baidu.hugegraph" name="hugegraph-core" rev="0.6.1">
<artifact name="hugegraph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-core', version='0.6.1')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-core" % "0.6.1"
[com.baidu.hugegraph/hugegraph-core "0.6.1"]