Registry / web-framework / play
library1.5.0javamavenunverified

Play! Framework version 1.x for building web applications in Java and Scala.

<dependency> <groupId>com.google.code.maven-play-plugin.org.playframework</groupId> <artifactId>play</artifactId> <version>1.5.0</version> </dependency>
INSTALL
IMPORT
SIG · PLAY
P
play
web-frameworkjavav1.5.0
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.

import play.mvc.Controller; public class MyController extends Controller { public static void index() { render("Hello, World!"); } }
Debug
Known issues
breakingPlay 1.x is a legacy version; consider migrating to Play 2.x for new projects.
fix
Upgrade to Play 2.x or use a different framework for new development.
affects: 1.x
Upgrade
Version history
1.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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