License |
License |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgcp-api |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCP 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
gcp-api-3.2.pom | |
gcp-api-3.2.jar | 32 KB |
gcp-api-3.2-sources.jar | 27 KB |
gcp-api-3.2-javadoc.jar | 161 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
uk.ac.gate : gate-core | jar | 9.0.1 |
org.xerial.snappy : snappy-java | jar | 1.1.7.1 |