MVN

nz.ac.waikato.cms.weka : ensembleLibrary

Maven & Gradle

Apr 26, 2012

ensembleLibrary · Manages a libary of ensemble classifiers

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

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
ensembleLibrary-1.0.4
ensembleLibrary-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>ensembleLibrary</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:ensembleLibrary:1.0.4'

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

implementation("nz.ac.waikato.cms.weka:ensembleLibrary:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "ensembleLibrary" % "1.0.4"