A module of Akka providing reactive stream processing with back-pressure, built on the Actor model.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_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.
Create a simple Akka Streams source that emits numbers 1 to 10 and prints them.
Use the correct artifact for your Scala version (e.g., akka-stream_2.13).
No dependency data recorded yet.