I use the Play Framework 2.0 (2.0.3). I have a Java project and want to read the application version (appVersion) defined in Build.scala.
appVersion
What I already
You can get the current version of Play by using:
play.core.PlayVersion.current();