is not current version
Last Version 0.11.2

com.baidu.hugegraph:hugegraph-example 0.7.4


GroupId

GroupId

com.baidu.hugegraph
ArtifactId

ArtifactId

hugegraph-example
Version

Version

0.7.4
Type

Type

jar

Download hugegraph-example 0.7.4


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