MVN

com.github.fracpete : nlp-weka-package

Maven & Gradle

Mar 29, 2019
2 stars

nlp · Contains various natural language processing components.

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>nlp-weka-package</artifactId>
    <version>2019.3.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : nlp-weka-package to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2019.3.29

All Versions

Choose a version of com.github.fracpete : nlp-weka-package to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2019.3.x
nlp-weka-package-2019.3.29
2015.3.x
nlp-weka-package-2015.3.30
nlp-weka-package-2015.3.25

How to add a dependency to Maven

Add the following com.github.fracpete : nlp-weka-package maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>nlp-weka-package</artifactId>
    <version>2019.3.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fracpete : nlp-weka-package gradle dependency to your build.gradle file:

implementation 'com.github.fracpete:nlp-weka-package:2019.3.29'

Gradle Kotlin DSL: Add the following com.github.fracpete : nlp-weka-package gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fracpete:nlp-weka-package:2019.3.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fracpete : nlp-weka-package sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fracpete" % "nlp-weka-package" % "2019.3.29"

Advertisement