Registry / web-framework / play-akka-http-server-2-12

play-akka-http-server-2-12

JSON →
library2.8.22javamavenunverified

Akka HTTP server backend for the Play Framework.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-akka-http-server_2.12</artifactId> <version>2.8.22</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-AKKA-HTTP-SER
P
play-akka-http-server-2-12
web-frameworkjavav2.8.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Router
play.api.routing.Router

Create a simple Play router with a single endpoint.

import play.api.routing.Router; import play.api.mvc._; val router = Router.from { case GET(p"/hello") => Action { Ok("Hello") } }
Debug
Known issues
breakingPlay 2.8.x is compatible with Akka 2.6.x; mixing with newer Akka versions may cause conflicts.
fix
Ensure your Akka version matches the Play version requirements.
affects: 2.8.x
Upgrade
Version history
2.8.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
play-akka-http-server-2-12 — mvn dependency:get play-akka-http-server-2-12 · libregistry