vegas-viz / vegas   0.3.11

MIT License GitHub

The missing MatPlotLib for Scala + Spark

Scala versions: 2.11 2.10

vegas 0.2.3


Group ID:
com.github.aishfenton
Artifact ID:
vegas_2.11
Version:
0.2.3
Release Date:
May 17, 2016
Licenses:
MIT

libraryDependencies += "com.github.aishfenton" %% "vegas" % "0.2.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.aishfenton::vegas:0.2.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.aishfenton::vegas:0.2.3"

Ammonite REPL

import $ivy.`com.github.aishfenton::vegas:0.2.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.github.aishfenton</groupId>
  <artifactId>vegas_2.11</artifactId>
  <version>0.2.3</version>
</dependency>

compile group: 'com.github.aishfenton', name: 'vegas_2.11', version: '0.2.3'