Last Version

hugegraph-client 2.0.1

hugegraph-client is a Java-written client of HugeGraph, providing operations of graph, schema, gremlin, variables and traversals etc.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.baidu.hugegraph
ArtifactId

ArtifactId

hugegraph-client
Version

Version

2.0.1
Type

Type

jar
Description

Description

hugegraph-client
hugegraph-client is a Java-written client of HugeGraph, providing operations of graph, schema, gremlin, variables and traversals etc.
Project URL

Project URL

https://github.com/hugegraph/hugegraph-client
Source Code Management

Source Code Management

https://github.com/hugegraph/hugegraph-client

Download hugegraph-client 2.0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.baidu.hugegraph : hugegraph-common jar 2.0.1
org.glassfish.jersey.containers : jersey-container-servlet jar 2.22

test (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.8.47

Project Modules

There are no modules declared in this project.