MVN

org.insight-centre : textcat

Maven & Gradle

Mar 30, 2017
1 stars

Java Text Categorizing Library · This is a of Java Text Categorizing Library (http://textcat.sourceforge.net/) by The Knowledge Discovery Unit (KDU), Insight Centre for Data Analytics, National University of Ireland, Galway. Derived from the original work by Thomas Hammerl.

<dependency>
    <groupId>org.insight-centre</groupId>
    <artifactId>textcat</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.insight-centre : textcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of org.insight-centre : textcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
textcat-0.2.2
textcat-0.2.1
0.2
textcat-0.2
0.1
textcat-0.1

How to add a dependency to Maven

Add the following org.insight-centre : textcat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.insight-centre</groupId>
    <artifactId>textcat</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.insight-centre : textcat gradle dependency to your build.gradle file:

implementation 'org.insight-centre:textcat:0.2.2'

Gradle Kotlin DSL: Add the following org.insight-centre : textcat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.insight-centre:textcat:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.insight-centre : textcat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.insight-centre" % "textcat" % "0.2.2"

Advertisement