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