is not current version
Last Version 9.0.1

uk.ac.gate:gate-core 8.2

GATE - general achitecture for text engineering - is open source software capable of solving almost any text processing problem. This artifact enables you to embed the core GATE Embedded with its essential dependencies. You will able to use the GATE Embedded API and load and store GATE XML documents. This artifact is the perfect dependency for CREOLE plugins or for applications that need to customize the GATE dependencies due to confict with their own dependencies or for lower footprint.

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-core
Version

Version

8.2
Type

Type

jar

Download gate-core 8.2


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