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

play-server-2-11

JSON →
library2.7.9javamavenunverified

Play-Server provides the core server runtime for Play Framework applications built with Scala 2.11.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-server_2.11</artifactId> <version>2.7.9</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-SERVER-2-11
P
play-server-2-11
web-frameworkjavav2.7.9
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.

Action
play.api.mvc.Action

Minimal Play controller action returning a simple response.

import play.api.mvc.Action; import play.api.mvc.Results; public class MyController { public Action index() { return Action.ok("Hello, World!"); } }
Debug
Known issues
breakingPlay 2.7.x is outdated; consider upgrading to a newer version for security and features.
fix
Upgrade to Play 2.8+ or 3.x (Scala 2.13/3).
affects: <=2.7.9
Upgrade
Version history
2.7.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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