g

gcp-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.
http://gate.ac.uk/gcp
Files download
File Operation
gcp-api-3.0.jar download
gcp-api-3.0.pom download
gcp-api-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.gate</groupId>
  <artifactId>gcp-api</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.gate:gcp-api:3.0'
Gradle Kotlin
implementation("uk.ac.gate:gcp-api:3.0")
Scala SBT
libraryDependencies += "uk.ac.gate" % "gcp-api" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.gate', module='gcp-api', version='3.0')
)
Apache Ivy
<dependency org="uk.ac.gate" name="gcp-api" rev="3.0" />
Leiningen
[uk.ac.gate/gcp-api "3.0"]
Apache Buildr
'uk.ac.gate:gcp-api:jar:3.0'