Akka HTTP provides a modern, fast, asynchronous, streaming-first HTTP server and client built on top of Akka Streams.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_2.13</artifactId>
<version>10.5.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Akka HTTP server with a single route.
Ensure your project uses Akka 2.6.20 or later.
No dependency data recorded yet.