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 5.0.2


Group ID:
com.lightbend.akka
Artifact ID:
akka-persistence-jdbc_2.12
Version:
5.0.2
Release Date:
Aug 19, 2021
Licenses:
Files:

libraryDependencies += "com.lightbend.akka" %% "akka-persistence-jdbc" % "5.0.2"

Mill build tool

ivy"com.lightbend.akka::akka-persistence-jdbc:5.0.2"

Scala CLI

//> using dep "com.lightbend.akka::akka-persistence-jdbc:5.0.2"

Ammonite REPL

import $ivy.`com.lightbend.akka::akka-persistence-jdbc:5.0.2`

<dependency>
  <groupId>com.lightbend.akka</groupId>
  <artifactId>akka-persistence-jdbc_2.12</artifactId>
  <version>5.0.2</version>
</dependency>

compile group: 'com.lightbend.akka', name: 'akka-persistence-jdbc_2.12', version: '5.0.2'