in-cal / incal-play   0.3.0

Apache License 2.0 GitHub

Play Framework extended with basic readonly/crud controllers, deadbolt-backed security, json formatters, etc.

Scala versions: 2.11

InCal Play version License Build Status

Play Framework extended with basic readonly/crud controllers, deadbolt-backed security, json formatters, etc.

Installation

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>

Play

This library uses (and is compatible with) Play version 2.5.9.