Community contributed extensions

Ivy dependency management [ivy] module

This module is for the Play 1.x series only.

This module lets you manage your dependencies with apache ivy.

http://github.com/pk11/play-ivy

Written by Peter Hausel.

Published releases

1.0.1 Sep 10 2010 Documentation Try Play
1.0 Apr 01 2010 Documentation Try Play

To install locally this module use the install command:

play install ivy-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> ivy {version}