akka / akka-persistence-jdbc   5.2.1

Website GitHub

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Scala versions: 2.13 2.12 2.11 2.10

akka-persistence-jdbc 2.3.3


Group ID:
com.github.dnvriend
Artifact ID:
akka-persistence-jdbc_2.11
Version:
2.3.3
Release Date:
Jun 13, 2016
Licenses:

libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "2.3.3"
resolvers += Resolver.bintrayRepo("dnvriend", "maven")

Mill build tool

ivy"com.github.dnvriend::akka-persistence-jdbc:2.3.3"
MavenRepository("https://dl.bintray.com/dnvriend/maven")

Scala CLI

//> using dep "com.github.dnvriend::akka-persistence-jdbc:2.3.3"

Ammonite REPL

import $ivy.`com.github.dnvriend::akka-persistence-jdbc:2.3.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray dnvriend maven",
  "Some(https://dl.bintray.com/dnvriend/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.dnvriend</groupId>
  <artifactId>akka-persistence-jdbc_2.11</artifactId>
  <version>2.3.3</version>
</dependency>

compile group: 'com.github.dnvriend', name: 'akka-persistence-jdbc_2.11', version: '2.3.3'