is not current version
Last Version 3.2

uk.ac.gate:gcp-api 3.1

The "public API" of GCP, including the input and output handler interfaces and some abstract implementation and utility classes. A GATE plugin that wants to include input or output handler implementations should declare a "provided" dependency on this library.

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gcp-api
Version

Version

3.1
Type

Type

jar

Download gcp-api 3.1


<!-- https://jarcasting.com/artifacts/uk.ac.gate/gcp-api/ -->
<dependency>
    <groupId>uk.ac.gate</groupId>
    <artifactId>gcp-api</artifactId>
    <version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gcp-api/
implementation 'uk.ac.gate:gcp-api:3.1'
// https://jarcasting.com/artifacts/uk.ac.gate/gcp-api/
implementation ("uk.ac.gate:gcp-api:3.1")
'uk.ac.gate:gcp-api:jar:3.1'
<dependency org="uk.ac.gate" name="gcp-api" rev="3.1">
  <artifact name="gcp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gcp-api', version='3.1')
)
libraryDependencies += "uk.ac.gate" % "gcp-api" % "3.1"
[uk.ac.gate/gcp-api "3.1"]