is not current version
Last Version 0.11.2

com.baidu.hugegraph:hugegraph 0.7.4

hugegraph is a fast-speed, highly-scalable, transactional graph database developed by baidu

GroupId

GroupId

com.baidu.hugegraph
ArtifactId

ArtifactId

hugegraph
Version

Version

0.7.4
Type

Type

pom

Download hugegraph 0.7.4

Filename Size
hugegraph-0.7.4.pom 20 KB
Browse

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