akka / akka-persistence-cassandra   1.1.1

Contributors Wanted Website GitHub

A replicated Akka Persistence journal backed by Apache Cassandra

Scala versions: 3.x 2.13 2.12 2.11

akka-persistence-cassandra 0.52-hourly-timebucket


Group ID:
com.typesafe.akka
Artifact ID:
akka-persistence-cassandra_2.12
Version:
0.52-hourly-timebucket
Release Date:
Aug 17, 2018
Licenses:

libraryDependencies += "com.typesafe.akka" %% "akka-persistence-cassandra" % "0.52-hourly-timebucket"
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

Mill build tool

ivy"com.typesafe.akka::akka-persistence-cassandra:0.52-hourly-timebucket"
MavenRepository("https://dl.bintray.com/evolutiongaming/maven")

Scala CLI

//> using dep "com.typesafe.akka::akka-persistence-cassandra:0.52-hourly-timebucket"

Ammonite REPL

import $ivy.`com.typesafe.akka::akka-persistence-cassandra:0.52-hourly-timebucket`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray evolutiongaming maven",
  "Some(https://dl.bintray.com/evolutiongaming/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-persistence-cassandra_2.12</artifactId>
  <version>0.52-hourly-timebucket</version>
</dependency>

compile group: 'com.typesafe.akka', name: 'akka-persistence-cassandra_2.12', version: '0.52-hourly-timebucket'