thurstonsand / scala-cass   0.6.16

Contributors Wanted MIT License GitHub

a wrapper for the Java Cassandra driver that allows extraction from a Row with Scala types, or directly into a case class. Also has utility functions for the Session to read/write to Cassandra directly to/from a case class.

Scala versions: 2.11 2.10

scalacass 1.0.0-M1


Group ID:
com.github.thurstonsand
Artifact ID:
scalacass_2.10
Version:
1.0.0-M1
Release Date:
Nov 18, 2016
Licenses:
MIT

libraryDependencies += "com.github.thurstonsand" %% "scalacass" % "1.0.0-M1"
resolvers += Resolver.bintrayRepo("thurstonsand", "maven")

Mill build tool

ivy"com.github.thurstonsand::scalacass:1.0.0-M1"
MavenRepository("https://dl.bintray.com/thurstonsand/maven")

Scala CLI

//> using dep "com.github.thurstonsand::scalacass:1.0.0-M1"

Ammonite REPL

import $ivy.`com.github.thurstonsand::scalacass:1.0.0-M1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray thurstonsand maven",
  "Some(https://dl.bintray.com/thurstonsand/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.thurstonsand</groupId>
  <artifactId>scalacass_2.10</artifactId>
  <version>1.0.0-M1</version>
</dependency>

compile group: 'com.github.thurstonsand', name: 'scalacass_2.10', version: '1.0.0-M1'