MVN

es.ehu.si.ixa : ixa-pipe-tok

Maven & Gradle

Mar 31, 2015
11 stars

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

<dependency>
    <groupId>es.ehu.si.ixa</groupId>
    <artifactId>ixa-pipe-tok</artifactId>
    <version>1.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.7.3

All Versions

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

Version Vulnerabilities Updated
1.7.x
ixa-pipe-tok-1.7.3
ixa-pipe-tok-1.7.0
1.6.x
ixa-pipe-tok-1.6.6
ixa-pipe-tok-1.6.5
ixa-pipe-tok-1.6.4
ixa-pipe-tok-1.6.3
ixa-pipe-tok-1.6.2
ixa-pipe-tok-1.6.1
ixa-pipe-tok-1.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>es.ehu.si.ixa</groupId>
    <artifactId>ixa-pipe-tok</artifactId>
    <version>1.7.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'es.ehu.si.ixa:ixa-pipe-tok:1.7.3'

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

implementation("es.ehu.si.ixa:ixa-pipe-tok:1.7.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "es.ehu.si.ixa" % "ixa-pipe-tok" % "1.7.3"

Advertisement