GATE Cloud client library
A Java client library and command-line tool for the GATE Cloud REST APIs.
Documentation can be found on the wiki:
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgate-cloud-client |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGATE Cloud REST Client API
Parent POM for GATE Cloud client library components
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
gate-cloud-client-1.1.pom | |
gate-cloud-client-1.1.jar | 52 KB |
gate-cloud-client-1.1-sources.jar | 40 KB |
gate-cloud-client-1.1-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-cloud-client/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-cloud-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-cloud-client/
implementation 'uk.ac.gate:gate-cloud-client:1.1'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-cloud-client/
implementation ("uk.ac.gate:gate-cloud-client:1.1")
'uk.ac.gate:gate-cloud-client:jar:1.1'
<dependency org="uk.ac.gate" name="gate-cloud-client" rev="1.1">
<artifact name="gate-cloud-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-cloud-client', version='1.1')
)
libraryDependencies += "uk.ac.gate" % "gate-cloud-client" % "1.1"
[uk.ac.gate/gate-cloud-client "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
A Java client library and command-line tool for the GATE Cloud REST APIs.
Documentation can be found on the wiki: