Scala [scala] module
This module is for the Play 1.x series only.
Play Scala enables you to use the Scala language for your application keeping key properties of the Play framework. It uses a more functional and Scala idiomatic style of programming without giving up on simplicity and developer friendliness.
Check the dedicated website at http://scala.playframework.org.
https://github.com/playframework/play-scala
Written by Sadek Drobi, Guillaume Bort, Peter Hausel.
Published releases
| 0.9.1 | May 29 2011 | Documentation | Download |
| 0.9 | Apr 13 2011 | Documentation | Download |
| 0.8 | Nov 01 2010 | Documentation | Download |
| 0.7.3 | Aug 13 2010 | Documentation | Download |
| 0.7.2 | Jul 22 2010 | Documentation | Download |
| 0.7.1 | Jul 15 2010 | Documentation | Download |
| 0.7 | Jul 12 2010 | Documentation | Download |
To install locally this module use the install command:
play install scala-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> scala {version}