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_2.11</artifactId>
<version>2.5.32</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an Akka actor system and actor
Use the correct artifact for your Scala version; consider upgrading to Akka 2.6.x or later for newer Scala versions.
No dependency data recorded yet.