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.3.2


Group ID:
com.github.aishfenton
Artifact ID:
vegas-spark_2.11
Version:
0.3.2
Release Date:
Oct 28, 2016
Licenses:
MIT

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.github.aishfenton::vegas-spark:0.3.2`
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.11</artifactId>
  <version>0.3.2</version>
</dependency>

compile group: 'com.github.aishfenton', name: 'vegas-spark_2.11', version: '0.3.2'