dnvriend / akka-persistence-inmemory   1.3.18

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: 2.13 2.12 2.11 2.10

akka-persistence-inmemory 2.5.1.1


Group ID:
com.github.dnvriend
Artifact ID:
akka-persistence-inmemory_2.12
Version:
2.5.1.1
Release Date:
May 24, 2017
Licenses:
Files:

libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.1.1"

Mill build tool

ivy"com.github.dnvriend::akka-persistence-inmemory:2.5.1.1"

Scala CLI

//> using dep "com.github.dnvriend::akka-persistence-inmemory:2.5.1.1"

Ammonite REPL

import $ivy.`com.github.dnvriend::akka-persistence-inmemory:2.5.1.1`

<dependency>
  <groupId>com.github.dnvriend</groupId>
  <artifactId>akka-persistence-inmemory_2.12</artifactId>
  <version>2.5.1.1</version>
</dependency>

compile group: 'com.github.dnvriend', name: 'akka-persistence-inmemory_2.12', version: '2.5.1.1'