MVN

ai.libs : mlplan-ext-bigdata

Maven & Gradle

Nov 26, 2021
39 stars

MLPlan-BigData · This project provides an tooling for ML-PLan to cope with big datasets.

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

Latest Version

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

  • Latest Stable: 0.2.7

All Versions

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

Version Vulnerabilities Updated
0.2.x
mlplan-ext-bigdata-0.2.7
mlplan-ext-bigdata-0.2.6
mlplan-ext-bigdata-0.2.5
mlplan-ext-bigdata-0.2.4
mlplan-ext-bigdata-0.2.3
mlplan-ext-bigdata-0.2.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'ai.libs:mlplan-ext-bigdata:0.2.7'

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

implementation("ai.libs:mlplan-ext-bigdata:0.2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "ai.libs" % "mlplan-ext-bigdata" % "0.2.7"

Advertisement