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

play-server-2-12

JSON →
library2.8.22javamavenunverified

Core server module for the Play Framework web application framework.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-server_2.12</artifactId> <version>2.8.22</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-SERVER-2-12
P
play-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.

Server
play.server.Server

Minimal Play server setup with routing.

import play.server.Server; import play.routing.RoutingDsl; public class PlayServerExample { public static void main(String[] args) { Server server = Server.forRouter(new RoutingDsl() .GET("/hello").routeTo(request -> Results.ok("Hello")) .build(), 9000); } }
Debug
Known issues
breakingScala 2.12 version may have compatibility issues with newer Play releases.
fix
Upgrade to Scala 2.13 or 3.x version of Play Server.
affects: <=2.8.22
Upgrade
Version history
2.8.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
play-server-2-12 — mvn dependency:get play-server-2-12 · libregistry