MVN

nz.ac.waikato.cms.weka : distributedWekaBase

Maven & Gradle

Feb 27, 2018
3 usages

distributedWekaBase · This package provides generic configuration class and distributed map/reduce style tasks for Weka

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>distributedWekaBase</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : distributedWekaBase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of nz.ac.waikato.cms.weka : distributedWekaBase to add to Maven or Gradle - All Versions:

  • Version Updated
  • distributedWekaBase-1.0.17

    Feb 27, 2018
  • distributedWekaBase-1.0.15

    Aug 30, 2016
  • distributedWekaBase-1.0.13

    May 25, 2016
  • distributedWekaBase-1.0.12

    Mar 05, 2015
  • distributedWekaBase-1.0.11

    Mar 04, 2015
  • distributedWekaBase-1.0.10

    Dec 23, 2014
  • distributedWekaBase-1.0.9

    Oct 31, 2014
  • distributedWekaBase-1.0.8

    Sep 23, 2014
  • distributedWekaBase-1.0.6

    Jun 18, 2014
  • distributedWekaBase-1.0.4

    Mar 16, 2014
  • distributedWekaBase-1.0.3

    Feb 21, 2014
  • distributedWekaBase-1.0.2

    Nov 15, 2013

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : distributedWekaBase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>distributedWekaBase</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : distributedWekaBase gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:distributedWekaBase:1.0.17'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : distributedWekaBase gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:distributedWekaBase:1.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : distributedWekaBase sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "distributedWekaBase" % "1.0.17"