Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor-testkit-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.
Sets up an Akka Typed ActorTestKit for unit testing actors.
Use the same Akka version for all dependencies (e.g., 2.8.x).
No dependency data recorded yet.