Last Version

IBM Graph Java client library 0.1.0

This Java client provides basic access to the IBM Graph engine.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.ibm.graph
ArtifactId

ArtifactId

graphclient
Version

Version

0.1.0
Type

Type

jar
Description

Description

IBM Graph Java client library
This Java client provides basic access to the IBM Graph engine.
Project URL

Project URL

https://github.com/ibm-cds-labs/java-graph
Source Code Management

Source Code Management

https://github.com/ibm-cds-labs/java-graph/tree/master

Download graphclient 0.1.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : httpmime jar 4.5.2
org.apache.wink : wink-json4j jar 1.4
org.apache.commons : commons-lang3 jar 3.5
org.slf4j : slf4j-api jar 1.7.21

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.21
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.