MVN

com.github.fracpete : mini-weka

Maven & Gradle

Mar 04, 2022
1 stars

mini-weka · The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This version represents the developer version, the "bleeding edge" of development, you could say. New functionality gets added to this version.

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>mini-weka</artifactId>
    <version>3.9.15955</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.9.15955

All Versions

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

Version Vulnerabilities Updated
3.9.x
mini-weka-3.9.15955
mini-weka-3.9.15750
mini-weka-3.9.15580

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>mini-weka</artifactId>
    <version>3.9.15955</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.fracpete:mini-weka:3.9.15955'

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

implementation("com.github.fracpete:mini-weka:3.9.15955")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.fracpete" % "mini-weka" % "3.9.15955"