Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 887 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 887 Bytes

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.