outworkers / phantom   0.46.0

Apache License 2.0 Website GitHub

Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise

Scala versions: 2.13 2.12 2.11 2.10
sbt plugins: 0.13

phantom-thrift 0.9.11


Group ID:
com.websudos
Artifact ID:
phantom-thrift_2.10
Version:
0.9.11
Release Date:
Dec 23, 2014
Licenses:

libraryDependencies += "com.websudos" %% "phantom-thrift" % "0.9.11"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.websudos::phantom-thrift:0.9.11"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.websudos::phantom-thrift:0.9.11"

Ammonite REPL

import $ivy.`com.websudos::phantom-thrift:0.9.11`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.websudos</groupId>
  <artifactId>phantom-thrift_2.10</artifactId>
  <version>0.9.11</version>
</dependency>

compile group: 'com.websudos', name: 'phantom-thrift_2.10', version: '0.9.11'