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 | ArtifactIdcloud-client-parent |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGATE Cloud parent POM
Parent POM for GATE Cloud client library components
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cloud-client-parent-1.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/cloud-client-parent/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>cloud-client-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/cloud-client-parent/
implementation 'uk.ac.gate:cloud-client-parent:1.1'
// https://jarcasting.com/artifacts/uk.ac.gate/cloud-client-parent/
implementation ("uk.ac.gate:cloud-client-parent:1.1")
'uk.ac.gate:cloud-client-parent:pom:1.1'
<dependency org="uk.ac.gate" name="cloud-client-parent" rev="1.1">
<artifact name="cloud-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='cloud-client-parent', version='1.1')
)
libraryDependencies += "uk.ac.gate" % "cloud-client-parent" % "1.1"
[uk.ac.gate/cloud-client-parent "1.1"]
A Java client library and command-line tool for the GATE Cloud REST APIs.
Documentation can be found on the wiki: