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-stream_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.
Creates a simple Akka Stream source that emits a single element and prints it.
Upgrade to a newer Scala version and use the corresponding Akka Stream artifact (e.g., akka-stream_2.13).
No dependency data recorded yet.