Last Version

GCP public API 3.2

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.

License

License

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gcp-api
Version

Version

3.2
Type

Type

jar
Description

Description

GCP public API
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.
Project URL

Project URL

http://gate.ac.uk/gcp
Project Organization

Project Organization

GATE

Download gcp-api 3.2


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

Dependencies

compile (2)

Group / Artifact Type Version
uk.ac.gate : gate-core jar 9.0.1
org.xerial.snappy : snappy-java jar 1.1.7.1

Project Modules

There are no modules declared in this project.