plotly 0.1


Group ID:
co.theasi
Artifact ID:
plotly_2.11
Version:
0.1
Release Date:
Apr 9, 2016
Licenses:
MIT

libraryDependencies += "co.theasi" %% "plotly" % "0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"co.theasi::plotly:0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "co.theasi::plotly:0.1"

Ammonite REPL

import $ivy.`co.theasi::plotly:0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>co.theasi</groupId>
  <artifactId>plotly_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'co.theasi', name: 'plotly_2.11', version: '0.1'