MVN

eus.ixa : ixa-pipe-tok

Maven & Gradle

May 08, 2017
1 usages
11 stars

ixa-pipe-tok · The ixa pipes tokenizer (ixa2.si.ehu.es/ixa-pipes)

<dependency>
    <groupId>eus.ixa</groupId>
    <artifactId>ixa-pipe-tok</artifactId>
    <version>1.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eus.ixa : ixa-pipe-tok to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.6

All Versions

Choose a version of eus.ixa : ixa-pipe-tok to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
ixa-pipe-tok-1.8.6
ixa-pipe-tok-1.8.5
ixa-pipe-tok-1.8.3
ixa-pipe-tok-1.8.2
ixa-pipe-tok-1.8.1
ixa-pipe-tok-1.8.0

How to add a dependency to Maven

Add the following eus.ixa : ixa-pipe-tok maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eus.ixa</groupId>
    <artifactId>ixa-pipe-tok</artifactId>
    <version>1.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eus.ixa : ixa-pipe-tok gradle dependency to your build.gradle file:

implementation 'eus.ixa:ixa-pipe-tok:1.8.6'

Gradle Kotlin DSL: Add the following eus.ixa : ixa-pipe-tok gradle kotlin dependency to your build.gradle.kts file:

implementation("eus.ixa:ixa-pipe-tok:1.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following eus.ixa : ixa-pipe-tok sbt scala dependency to your build.sbt file:

libraryDependencies += "eus.ixa" % "ixa-pipe-tok" % "1.8.6"

Advertisement