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

play-java-2-11

JSON →
library2.7.9javamavenunverified

Play-Java framework for building web applications with Scala 2.11.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-java_2.11</artifactId> <version>2.7.9</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-JAVA-2-11
P
play-java-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.

Controller
play.mvc.Controller

Minimal usage of Play Java Controller

import play.mvc.Controller; import play.mvc.Result; public class HomeController extends Controller { public Result index() { return ok("Hello, Play!"); } }
Debug
Known issues
breakingVersion 2.7.9 is for Scala 2.11; may not be compatible with Scala 2.12 or 2.13.
fix
Use play-java_2.12 or play-java_2.13 for newer Scala versions.
affects: 2.7.9
Upgrade
Version history
2.7.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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