akka / alpakka   6.0.2

Website GitHub

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Scala versions: 3.x 2.13 2.12 2.11

akka-stream-alpakka-cassandra 0.1-RC1


Group ID:
com.lightbend.akka
Artifact ID:
akka-stream-alpakka-cassandra_2.12
Version:
0.1-RC1
Release Date:
Nov 7, 2016
Licenses:

libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-cassandra" % "0.1-RC1"
resolvers += Resolver.bintrayRepo("bintray", "jcenter")

Mill build tool

ivy"com.lightbend.akka::akka-stream-alpakka-cassandra:0.1-RC1"
MavenRepository("https://dl.bintray.com/bintray/jcenter")

Scala CLI

//> using dep "com.lightbend.akka::akka-stream-alpakka-cassandra:0.1-RC1"

Ammonite REPL

import $ivy.`com.lightbend.akka::akka-stream-alpakka-cassandra:0.1-RC1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray bintray jcenter",
  "Some(https://dl.bintray.com/bintray/jcenter)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.lightbend.akka</groupId>
  <artifactId>akka-stream-alpakka-cassandra_2.12</artifactId>
  <version>0.1-RC1</version>
</dependency>

compile group: 'com.lightbend.akka', name: 'akka-stream-alpakka-cassandra_2.12', version: '0.1-RC1'