Play Framework extended with basic readonly/crud controllers, deadbolt-backed security, json formatters, etc.
All you need is Scala 2.11. To pull the library you have to add the following dependency to build.sbt
"org.in-cal" %% "incal-play" % "0.3.0"
or to pom.xml (if you use maven)
<dependency>
<groupId>org.in-cal</groupId>
<artifactId>incal-play_2.11</artifactId>
<version>0.3.0</version>
</dependency>
This library uses (and is compatible with) Play version 2.5.9.