MVN

ai.libs : mlplan-meka

Maven & Gradle

Nov 26, 2021
1 usages
39 stars

MLPlan-MEKA · This project provides an implementation of the AutoML tool ML-Plan for MEKA.

<dependency>
    <groupId>ai.libs</groupId>
    <artifactId>mlplan-meka</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.libs : mlplan-meka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of ai.libs : mlplan-meka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
mlplan-meka-0.2.7
mlplan-meka-0.2.6
mlplan-meka-0.2.5
mlplan-meka-0.2.4
mlplan-meka-0.2.3
mlplan-meka-0.2.2
mlplan-meka-0.2.1

How to add a dependency to Maven

Add the following ai.libs : mlplan-meka maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.libs</groupId>
    <artifactId>mlplan-meka</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.libs : mlplan-meka gradle dependency to your build.gradle file:

implementation 'ai.libs:mlplan-meka:0.2.7'

Gradle Kotlin DSL: Add the following ai.libs : mlplan-meka gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.libs:mlplan-meka:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.libs : mlplan-meka sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.libs" % "mlplan-meka" % "0.2.7"

Advertisement