License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdhugegraph-client |
Version | Version1.9.3 |
Type | Typejar |
Description |
Descriptionhugegraph-client
hugegraph-client is a Java-written client of HugeGraph, providing
operations of graph, schema, gremlin, variables and traversals etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hugegraph-client-1.9.3.pom | |
hugegraph-client-1.9.3.jar | 293 KB |
hugegraph-client-1.9.3-sources.jar | 191 KB |
hugegraph-client-1.9.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-client/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-client/
implementation 'com.baidu.hugegraph:hugegraph-client:1.9.3'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-client/
implementation ("com.baidu.hugegraph:hugegraph-client:1.9.3")
'com.baidu.hugegraph:hugegraph-client:jar:1.9.3'
<dependency org="com.baidu.hugegraph" name="hugegraph-client" rev="1.9.3">
<artifact name="hugegraph-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-client', version='1.9.3')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-client" % "1.9.3"
[com.baidu.hugegraph/hugegraph-client "1.9.3"]
Group / Artifact | Type | Version |
---|---|---|
com.baidu.hugegraph : hugegraph-common | jar | 1.8.4 |
org.glassfish.jersey.containers : jersey-container-servlet | jar | 2.22 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.8.47 |