truecar / mleap   0.1.4

Apache License 2.0 GitHub

MLeap allows for easily putting Spark ML pipelines into production

Scala versions: 2.11 2.10

mleap-core 0.1.3


Group ID:
com.truecar.mleap
Artifact ID:
mleap-core_2.11
Version:
0.1.3
Release Date:
Apr 20, 2016
Licenses:

libraryDependencies += "com.truecar.mleap" %% "mleap-core" % "0.1.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.truecar.mleap::mleap-core:0.1.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.truecar.mleap::mleap-core:0.1.3"

Ammonite REPL

import $ivy.`com.truecar.mleap::mleap-core:0.1.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.truecar.mleap</groupId>
  <artifactId>mleap-core_2.11</artifactId>
  <version>0.1.3</version>
</dependency>

compile group: 'com.truecar.mleap', name: 'mleap-core_2.11', version: '0.1.3'