sclasen / heroku.scala   0.0.3

GitHub

scala client for the heroku platform api

Scala versions: 2.10

api 0.0.3


Group ID:
com.heroku.platform.api
Artifact ID:
api_2.10
Version:
0.0.3
Release Date:
Nov 14, 2014
Licenses:

libraryDependencies += "com.heroku.platform.api" %% "api" % "0.0.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.heroku.platform.api::api:0.0.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.heroku.platform.api::api:0.0.3"

Ammonite REPL

import $ivy.`com.heroku.platform.api::api:0.0.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.heroku.platform.api</groupId>
  <artifactId>api_2.10</artifactId>
  <version>0.0.3</version>
</dependency>

compile group: 'com.heroku.platform.api', name: 'api_2.10', version: '0.0.3'