firstbirdtech / akka-persistence-inmemory   2.6.0

Apache License 2.0 GitHub

Akka-persistence-inmemory is a plugin for akka-persistence that stores journal and snapshot messages memory, which is very useful when testing persistent actors, persistent FSM and akka cluster

Scala versions: 3.x 2.13

akka-persistence-inmemory 2.6.0


Group ID:
com.firstbird
Artifact ID:
akka-persistence-inmemory_3
Version:
2.6.0
Release Date:
Sept 16, 2024
Licenses:
Files:
Full Scala Version:
3.3.3
Developers:

libraryDependencies += "com.firstbird" %% "akka-persistence-inmemory" % "2.6.0"

Mill build tool

ivy"com.firstbird::akka-persistence-inmemory:2.6.0"

Scala CLI

//> using dep "com.firstbird::akka-persistence-inmemory:2.6.0"

Ammonite REPL

import $ivy.`com.firstbird::akka-persistence-inmemory:2.6.0`

<dependency>
  <groupId>com.firstbird</groupId>
  <artifactId>akka-persistence-inmemory_3</artifactId>
  <version>2.6.0</version>
</dependency>

compile group: 'com.firstbird', name: 'akka-persistence-inmemory_3', version: '2.6.0'