3 Usage - Reference Documentation
Authors: Sandro Martini
Version: 1.0.6
3 Usage
Installing the plugin
First you need to install the plugin into a Grails application: using the recommended way, configure it as a dependency inBuildConfig.groovy
:
plugins { compile ':apache-pivot-grails:<plugin version>' // compile 'pivot_stuff:apache-pivot-grails:<plugin version>' // or use this if the previous line doesn't work … // or at least use the runtime scope … }
Requirements
- a Servlet container to run the Web application