CallFire Scala client sdk for hitting REST endpoints and generating CallFireXML Call Control data
Scala versions:
2.10
callfire-scala-client 0.5
Group ID:
com.oglowo
Artifact ID:
callfire-scala-client_2.10
Version:
0.5
Release Date:
Dec 10, 2014
Licenses:
libraryDependencies += "com.oglowo" %% "callfire-scala-client" % "0.5" resolvers += Resolver.bintrayRepo("oglowo", "maven")
ivy"com.oglowo::callfire-scala-client:0.5" MavenRepository("https://dl.bintray.com/oglowo/maven")
//> using dep "com.oglowo::callfire-scala-client:0.5"
import $ivy.`com.oglowo::callfire-scala-client:0.5` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray oglowo maven", "Some(https://dl.bintray.com/oglowo/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.oglowo</groupId> <artifactId>callfire-scala-client_2.10</artifactId> <version>0.5</version> </dependency>
compile group: 'com.oglowo', name: 'callfire-scala-client_2.10', version: '0.5'