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-testkit_2.12</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.
Uses TestKit to test an Akka actor within a JUnit test.
Use Java 11+ or downgrade to Akka 2.6.x for Java 8 support.
No dependency data recorded yet.