Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise
phantom-thrift 2.15.0
Group ID:
com.outworkers
Artifact ID:
phantom-thrift_2.11
Version:
2.15.0
Release Date:
Sept 28, 2017
Licenses:
libraryDependencies += "com.outworkers" %% "phantom-thrift" % "2.15.0" resolvers += Resolver.bintrayRepo("outworkers", "oss-releases")
ivy"com.outworkers::phantom-thrift:2.15.0" MavenRepository("https://dl.bintray.com/outworkers/oss-releases")
//> using dep "com.outworkers::phantom-thrift:2.15.0"
import $ivy.`com.outworkers::phantom-thrift:2.15.0` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray outworkers oss-releases", "Some(https://dl.bintray.com/outworkers/oss-releases)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.outworkers</groupId> <artifactId>phantom-thrift_2.11</artifactId> <version>2.15.0</version> </dependency>
compile group: 'com.outworkers', name: 'phantom-thrift_2.11', version: '2.15.0'