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