yanana / agni   0.12.1

MIT License GitHub

Fully functional Cassandra client for Scala

Scala versions: 2.12 2.11

agni-core 0.4.5


Group ID:
com.github.yanana
Artifact ID:
agni-core_2.11
Version:
0.4.5
Release Date:
Sept 23, 2016
Licenses:
MIT

libraryDependencies += "com.github.yanana" %% "agni-core" % "0.4.5"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.yanana::agni-core:0.4.5"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.yanana::agni-core:0.4.5"

Ammonite REPL

import $ivy.`com.github.yanana::agni-core:0.4.5`
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.github.yanana</groupId>
  <artifactId>agni-core_2.11</artifactId>
  <version>0.4.5</version>
</dependency>

compile group: 'com.github.yanana', name: 'agni-core_2.11', version: '0.4.5'