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 |
---|---|
GroupId | GroupIduk.ac.gate.plugins |
ArtifactId | ArtifactIdgate-cloud-plugin |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGATE Cloud Client
GATE plugin containing a PR to call the GATE Cloud API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gate-cloud-plugin-1.1.pom | |
gate-cloud-plugin-1.1.jar | 20 KB |
gate-cloud-plugin-1.1-sources.jar | 8 KB |
gate-cloud-plugin-1.1-javadoc.jar | 47 KB |
gate-cloud-plugin-1.1-creole.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate.plugins/gate-cloud-plugin/ -->
<dependency>
<groupId>uk.ac.gate.plugins</groupId>
<artifactId>gate-cloud-plugin</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/gate-cloud-plugin/
implementation 'uk.ac.gate.plugins:gate-cloud-plugin:1.1'
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/gate-cloud-plugin/
implementation ("uk.ac.gate.plugins:gate-cloud-plugin:1.1")
'uk.ac.gate.plugins:gate-cloud-plugin:jar:1.1'
<dependency org="uk.ac.gate.plugins" name="gate-cloud-plugin" rev="1.1">
<artifact name="gate-cloud-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.plugins', module='gate-cloud-plugin', version='1.1')
)
libraryDependencies += "uk.ac.gate.plugins" % "gate-cloud-plugin" % "1.1"
[uk.ac.gate.plugins/gate-cloud-plugin "1.1"]
Group / Artifact | Type | Version |
---|---|---|
uk.ac.gate : gate-cloud-client | jar | 1.1 |
com.sun.xml.fastinfoset : FastInfoset | jar | 1.2.13 |
Group / Artifact | Type | Version |
---|---|---|
uk.ac.gate : gate-core | jar | 8.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
uk.ac.gate : gate-plugin-test-utils | jar | 8.5 |
A Java client library and command-line tool for the GATE Cloud REST APIs.
Documentation can be found on the wiki: