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-finagle 1.26.6


Group ID:
com.websudos
Artifact ID:
phantom-finagle_2.11
Version:
1.26.6
Release Date:
Jun 14, 2016
Licenses:

libraryDependencies += "com.websudos" %% "phantom-finagle" % "1.26.6"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.websudos::phantom-finagle:1.26.6"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.websudos::phantom-finagle:1.26.6"

Ammonite REPL

import $ivy.`com.websudos::phantom-finagle:1.26.6`
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-finagle_2.11</artifactId>
  <version>1.26.6</version>
</dependency>

compile group: 'com.websudos', name: 'phantom-finagle_2.11', version: '1.26.6'