vegas-viz / vegas   0.3.11

Contributors Wanted MIT License GitHub

The missing MatPlotLib for Scala + Spark

Scala versions: 2.11 2.10

vegas-spark 0.2.0


Group ID:
com.github.aishfenton
Artifact ID:
vegas-spark_2.10
Version:
0.2.0
Release Date:
May 17, 2016
Licenses:
MIT

libraryDependencies += "com.github.aishfenton" %% "vegas-spark" % "0.2.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.aishfenton::vegas-spark:0.2.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.aishfenton::vegas-spark:0.2.0"

Ammonite REPL

import $ivy.`com.github.aishfenton::vegas-spark:0.2.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.github.aishfenton</groupId>
  <artifactId>vegas-spark_2.10</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.github.aishfenton', name: 'vegas-spark_2.10', version: '0.2.0'