dpratt / athena   0.4.0

Apache License 2.0 GitHub

A non-blocking, reactive driver for Apache Cassandra.

Scala versions: 2.10

athena 0.4.0


Group ID:
io.athena
Artifact ID:
athena_2.10
Version:
0.4.0
Release Date:
Jul 15, 2015
Licenses:

libraryDependencies += "io.athena" %% "athena" % "0.4.0"
resolvers += Resolver.bintrayRepo("dpratt", "maven")

Mill build tool

ivy"io.athena::athena:0.4.0"
MavenRepository("https://dl.bintray.com/dpratt/maven")

Scala CLI

//> using dep "io.athena::athena:0.4.0"

Ammonite REPL

import $ivy.`io.athena::athena:0.4.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray dpratt maven",
  "Some(https://dl.bintray.com/dpratt/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.athena</groupId>
  <artifactId>athena_2.10</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'io.athena', name: 'athena_2.10', version: '0.4.0'