h

hugegraph-client

hugegraph-client is a Java-written client of HugeGraph, providing operations of graph, schema, gremlin, variables and traversals etc.
https://github.com/hugegraph/hugegraph-client
The Apache Software License, Version 2.0
lizhangmei zhoney liningrui
Files download
File Operation
hugegraph-client-1.7.10.jar download
hugegraph-client-1.7.10.pom download
hugegraph-client-1.7.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.baidu.hugegraph</groupId>
  <artifactId>hugegraph-client</artifactId>
  <version>1.7.10</version>
</dependency>
Gradle Groovy
implementation 'com.baidu.hugegraph:hugegraph-client:1.7.10'
Gradle Kotlin
implementation("com.baidu.hugegraph:hugegraph-client:1.7.10")
Scala SBT
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-client" % "1.7.10"
Groovy Grape
@Grapes(
  @Grab(group='com.baidu.hugegraph', module='hugegraph-client', version='1.7.10')
)
Apache Ivy
<dependency org="com.baidu.hugegraph" name="hugegraph-client" rev="1.7.10" />
Leiningen
[com.baidu.hugegraph/hugegraph-client "1.7.10"]
Apache Buildr
'com.baidu.hugegraph:hugegraph-client:jar:1.7.10'