Akka Persistence Typed provides typed actors with persistent state for building resilient, event-sourced applications.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence-typed_2.13</artifactId>
<version>2.8.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of Akka Persistence Typed.
Ensure Scala 2.13 is used and check Akka version compatibility.
No dependency data recorded yet.