Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslinn/scalacourses-play-utils
Utilities for Play Referenced from ScalaCourses.com
https://github.com/mslinn/scalacourses-play-utils
Last synced: 3 months ago
JSON representation
Utilities for Play Referenced from ScalaCourses.com
- Host: GitHub
- URL: https://github.com/mslinn/scalacourses-play-utils
- Owner: mslinn
- License: mit
- Created: 2015-07-23T04:26:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T11:48:57.000Z (over 4 years ago)
- Last Synced: 2023-03-12T09:42:21.493Z (almost 2 years ago)
- Language: Scala
- Size: 661 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scalacourses-play-utils
[![Build Status](https://travis-ci.org/mslinn/scalacourses-play-utils.svg?branch=master)](https://travis-ci.org/mslinn/scalacourses-play-utils)
[ ![Download](https://api.bintray.com/packages/micronautics/play/scalacourses-play-utils/images/download.svg) ](https://bintray.com/micronautics/play/scalacourses-play-utils/_latestVersion)Utilities for Play Referenced from ScalaCourses.com
See the unit tests for usage examples.
## Installing ##
Add two lines to `build.sbt`.
* Add the `scalacourses-play-utils` dependency:
````
"com.micronautics" %% "scalacourses-play-utils" % "0.2.1" withSources()
````* Add this to the `resolvers`:
````
"micronautics/play on bintray" at "http://dl.bintray.com/micronautics/play"
````This library has been built against
* Scala 2.10.6 / Play 2.2.6
* Scala 2.11.11 / Play 2.5.19
* Scala 2.12.10 / Play 2.6.23
* Scala 2.13.1 / Play 2.7.3## Scaladoc
[Here](http://mslinn.github.io/scalacourses-play-utils/latest/api/)