is not current version
Last Version 2.0.1

com.baidu.hugegraph:hugegraph-client 1.5.7


Categories

Categories

CLI User Interface
GroupId

GroupId

com.baidu.hugegraph
ArtifactId

ArtifactId

hugegraph-client
Version

Version

1.5.7
Type

Type

jar

Download hugegraph-client 1.5.7


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