Akka Streams is a reactive streams implementation for building asynchronous, non-blocking stream processing applications on the JVM.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_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.
Minimal Akka Streams example using Source and runForeach.
Use akka-stream_2.13 for Scala 2.13 projects.
No dependency data recorded yet.