is not current version
Last Version 0.11.2

com.baidu.hugegraph:hugegraph-core 0.7.4


GroupId

GroupId

com.baidu.hugegraph
ArtifactId

ArtifactId

hugegraph-core
Version

Version

0.7.4
Type

Type

jar

Download hugegraph-core 0.7.4


<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-core/ -->
<dependency>
    <groupId>com.baidu.hugegraph</groupId>
    <artifactId>hugegraph-core</artifactId>
    <version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-core/
implementation 'com.baidu.hugegraph:hugegraph-core:0.7.4'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-core/
implementation ("com.baidu.hugegraph:hugegraph-core:0.7.4")
'com.baidu.hugegraph:hugegraph-core:jar:0.7.4'
<dependency org="com.baidu.hugegraph" name="hugegraph-core" rev="0.7.4">
  <artifact name="hugegraph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-core', version='0.7.4')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-core" % "0.7.4"
[com.baidu.hugegraph/hugegraph-core "0.7.4"]