MVN

de.tudarmstadt.ukp.dkpro.tc : dkpro-tc-ml-mallet

Maven & Gradle

Apr 08, 2015
1 usages

Interface to the Mallet Machine Learning Toolkit

<dependency>
    <groupId>de.tudarmstadt.ukp.dkpro.tc</groupId>
    <artifactId>dkpro-tc-ml-mallet</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tudarmstadt.ukp.dkpro.tc : dkpro-tc-ml-mallet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of de.tudarmstadt.ukp.dkpro.tc : dkpro-tc-ml-mallet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
dkpro-tc-ml-mallet-0.7.0

How to add a dependency to Maven

Add the following de.tudarmstadt.ukp.dkpro.tc : dkpro-tc-ml-mallet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.tudarmstadt.ukp.dkpro.tc</groupId>
    <artifactId>dkpro-tc-ml-mallet</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tudarmstadt.ukp.dkpro.tc : dkpro-tc-ml-mallet gradle dependency to your build.gradle file:

implementation 'de.tudarmstadt.ukp.dkpro.tc:dkpro-tc-ml-mallet:0.7.0'

Gradle Kotlin DSL: Add the following de.tudarmstadt.ukp.dkpro.tc : dkpro-tc-ml-mallet gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tudarmstadt.ukp.dkpro.tc:dkpro-tc-ml-mallet:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tudarmstadt.ukp.dkpro.tc : dkpro-tc-ml-mallet sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tudarmstadt.ukp.dkpro.tc" % "dkpro-tc-ml-mallet" % "0.7.0"