RESTEasy Play! module [resteasy] module
This module is for the Play 1.x series only.
The RESTEasy Play! module allows you to define JAX-RS RESTful web services in the Play! Framework using RESTEasy.
http://www.lunatech-labs.com/open-source/resteasy-play-module
Written by Stephane Epardaud.
Published releases
1.3.1 | Mar 03 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install resteasy-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> resteasy {version}