is not current version
Last Version 0.11.2

com.baidu.hugegraph:hugegraph 0.9.2

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

GroupId

GroupId

com.baidu.hugegraph
ArtifactId

ArtifactId

hugegraph
Version

Version

0.9.2
Type

Type

pom

Download hugegraph 0.9.2

Filename Size
hugegraph-0.9.2.pom 21 KB
Browse

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