Skip to content

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

License

Notifications You must be signed in to change notification settings

in-cal/incal-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published