springml / spark-workday   1.1.0

Apache License 2.0 GitHub

Spark data source for Workday

Scala versions: 2.11 2.10

spark-workday 1.0.0


Group ID:
com.springml
Artifact ID:
spark-workday_2.10
Version:
1.0.0
Release Date:
Oct 29, 2016
Licenses:

libraryDependencies += "com.springml" %% "spark-workday" % "1.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.springml::spark-workday:1.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.springml::spark-workday:1.0.0"

Ammonite REPL

import $ivy.`com.springml::spark-workday:1.0.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.springml</groupId>
  <artifactId>spark-workday_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.springml', name: 'spark-workday_2.10', version: '1.0.0'