hgiddens / au-sms   0.4.0

MIT License GitHub

Scala API client for the Telstra SMS API

Scala versions: 2.11

au-sms-smscentral 0.2.0


Group ID:
com.github.hgiddens
Artifact ID:
au-sms-smscentral_2.11
Version:
0.2.0
Release Date:
Apr 2, 2016
Licenses:
MIT

libraryDependencies += "com.github.hgiddens" %% "au-sms-smscentral" % "0.2.0"
resolvers += Resolver.bintrayRepo("hgiddens", "maven")

Mill build tool

ivy"com.github.hgiddens::au-sms-smscentral:0.2.0"
MavenRepository("https://dl.bintray.com/hgiddens/maven")

Scala CLI

//> using dep "com.github.hgiddens::au-sms-smscentral:0.2.0"

Ammonite REPL

import $ivy.`com.github.hgiddens::au-sms-smscentral:0.2.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray hgiddens maven",
  "Some(https://dl.bintray.com/hgiddens/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.hgiddens</groupId>
  <artifactId>au-sms-smscentral_2.11</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.github.hgiddens', name: 'au-sms-smscentral_2.11', version: '0.2.0'