License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ibm.graph |
ArtifactId | ArtifactIdgraphclient |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionIBM Graph Java client library
This Java client provides basic access to the IBM Graph engine.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphclient-0.1.0.pom | |
graphclient-0.1.0.jar | 49 KB |
graphclient-0.1.0-sources.jar | 34 KB |
graphclient-0.1.0-javadoc.jar | 202 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.21 |
junit : junit | jar | 4.12 |