MVN

org.ow2.weblab.service : gate-extraction

Maven & Gradle

Jan 21, 2011

Gate Extraction · Gate based component, that can process the Text units to extract informations using Gate's tools (such as grammars, gazetteers, tokenizer or POS Taggers). This project contains two versions, a simple component and webservice one.

<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>gate-extraction</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.service : gate-extraction to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.ow2.weblab.service : gate-extraction to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
gate-extraction-2.0
1.7
gate-extraction-1.7
1.6
gate-extraction-1.6
1.5
gate-extraction-1.5
1.4
gate-extraction-1.4
1.3
gate-extraction-1.3
1.2
gate-extraction-1.2

How to add a dependency to Maven

Add the following org.ow2.weblab.service : gate-extraction maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>gate-extraction</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.service : gate-extraction gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.service:gate-extraction:1.7'

Gradle Kotlin DSL: Add the following org.ow2.weblab.service : gate-extraction gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.service:gate-extraction:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.service : gate-extraction sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.service" % "gate-extraction" % "1.7"