MVN

ml.combust.mleap : mleap-base_2.12

Maven & Gradle

Feb 24, 2023
3 usages
1.3k stars

mleap-base · mleap-base

<dependency>
    <groupId>ml.combust.mleap</groupId>
    <artifactId>mleap-base_2.12</artifactId>
    <version>0.22.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ml.combust.mleap : mleap-base_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22.0

All Versions

Choose a version of ml.combust.mleap : mleap-base_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • mleap-base_2.12-0.22.0

    Feb 24, 2023
  • mleap-base_2.12-0.21.1

    Dec 22, 2022
  • mleap-base_2.12-0.21.0

    Nov 02, 2022
  • mleap-base_2.12-0.20.0

    Apr 04, 2022
  • mleap-base_2.12-0.19.0

    Jan 12, 2022
  • mleap-base_2.12-0.18.1

    Sep 27, 2021
  • mleap-base_2.12-0.18.0

    Sep 13, 2021
  • mleap-base_2.12-0.17.0

    May 07, 2021
  • mleap-base_2.12-0.16.0

    May 22, 2020
  • mleap-base_2.12-0.15.0

    Nov 04, 2019
  • mleap-base_2.12-0.14.0

    Jun 22, 2019

How to add a dependency to Maven

Add the following ml.combust.mleap : mleap-base_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ml.combust.mleap</groupId>
    <artifactId>mleap-base_2.12</artifactId>
    <version>0.22.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ml.combust.mleap : mleap-base_2.12 gradle dependency to your build.gradle file:

implementation 'ml.combust.mleap:mleap-base_2.12:0.22.0'

Gradle Kotlin DSL: Add the following ml.combust.mleap : mleap-base_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("ml.combust.mleap:mleap-base_2.12:0.22.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ml.combust.mleap : mleap-base_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "ml.combust.mleap" % "mleap-base_2.12" % "0.22.0"

Advertisement