Registry / web-framework / play-java-2-10

play-java-2-10

JSON →
library2.4.11javamavenunverified

Play-Java is the Java API for the Play Framework, a reactive web application framework.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-java_2.10</artifactId> <version>2.4.11</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-JAVA-2-10
P
play-java-2-10
web-frameworkjavav2.4.11
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.

Controller
play.mvc.Controller

Create a simple Play controller that returns a plain text response.

import play.mvc.Controller; import play.mvc.Result; public class HomeController extends Controller { public Result index() { return ok("Hello, Play!"); } }
Debug
Known issues
breakingPlay 2.4.x is outdated; consider upgrading to Play 2.8+ for security and performance improvements.
fix
Migrate to Play 2.8.x or later.
affects: >=2.4.0 <2.5.0
Upgrade
Version history
2.4.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
play-java-2-10 — mvn dependency:get play-java-2-10 · libregistry