Download play-1.4.5.jar file - Jar p

Jar examples for p:play

Description

Play! Framework

You can download jar file play 1.4.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add play-1.4.5.jar to your project.

<dependency>
   <groupId>com.google.code.maven-play-plugin.org.playframework</groupId>
   <artifactId>play</artifactId>
   <version>1.4.5</version>
</dependency>
compile group: 'com.google.code.maven-play-plugin.org.playframework', name: 'play', version: '1.4.5'
libraryDependencies += "com.google.code.maven-play-plugin.org.playframework" % "play" % "1.4.5"
<dependency org="com.google.code.maven-play-plugin.org.playframework" name="play" rev="1.4.5"/>
@Grapes(@Grab(group='com.google.code.maven-play-plugin.org.playframework', module='play', version='1.4.5'))
'com.google.code.maven-play-plugin.org.playframework:play:jar:1.4.5'

Download

Click the following link to download the jar file.

play-1.4.5-javadoc.jar
play-1.4.5-sources.jar
play-1.4.5.jar
play-1.4.5.pom



Related Tutorials