spark-clr 1.5.200-preview-0


Group ID:
com.microsoft.sparkclr
Artifact ID:
spark-clr_2.10
Version:
1.5.200-preview-0
Release Date:
Feb 22, 2016
Licenses:
MIT

libraryDependencies += "com.microsoft.sparkclr" %% "spark-clr" % "1.5.200-preview-0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.microsoft.sparkclr::spark-clr:1.5.200-preview-0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.microsoft.sparkclr::spark-clr:1.5.200-preview-0"

Ammonite REPL

import $ivy.`com.microsoft.sparkclr::spark-clr:1.5.200-preview-0`
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.microsoft.sparkclr</groupId>
  <artifactId>spark-clr_2.10</artifactId>
  <version>1.5.200-preview-0</version>
</dependency>

compile group: 'com.microsoft.sparkclr', name: 'spark-clr_2.10', version: '1.5.200-preview-0'