g

gate-core

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.
http://gate.ac.uk/
LGPLv3
GATE Team
文件下载
文件名 操作
gate-core-8.3.jar 下载
gate-core-8.3.pom 下载
gate-core-8.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>uk.ac.gate</groupId>
  <artifactId>gate-core</artifactId>
  <version>8.3</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.gate:gate-core:8.3'
Gradle Kotlin
implementation("uk.ac.gate:gate-core:8.3")
Scala SBT
libraryDependencies += "uk.ac.gate" % "gate-core" % "8.3"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.gate', module='gate-core', version='8.3')
)
Apache Ivy
<dependency org="uk.ac.gate" name="gate-core" rev="8.3" />
Leiningen
[uk.ac.gate/gate-core "8.3"]
Apache Buildr
'uk.ac.gate:gate-core:jar:8.3'