Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise
phantom-thrift 2.16.3
Group ID:
com.outworkers
Artifact ID:
phantom-thrift_2.11
Version:
2.16.3
Release Date:
Nov 28, 2017
Licenses:
libraryDependencies += "com.outworkers" %% "phantom-thrift" % "2.16.3" resolvers += Resolver.bintrayRepo("outworkers", "oss-releases")
ivy"com.outworkers::phantom-thrift:2.16.3" MavenRepository("https://dl.bintray.com/outworkers/oss-releases")
//> using dep "com.outworkers::phantom-thrift:2.16.3"
import $ivy.`com.outworkers::phantom-thrift:2.16.3` 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.16.3</version> </dependency>
compile group: 'com.outworkers', name: 'phantom-thrift_2.11', version: '2.16.3'