| Author(s) | |
|---|---|
| Current Release | 0.6.1 (5 months ago) |
| Grails Version | 1.1 > * |
| Tags |
ajax
ajax-client
google
rich client
|
| Dependency | compile ":gwt:0.6.1" |
| Custom repositories | mavenRepo "http://grails.org/plugins" mavenRepo "http://repo.grails.org/grails/libs-releases-local/" |
GWT_HOME environment variable to the directory where you extracted the GWT SDK, e.g. /home/sinbad/dev/gwt-2.4.0 .grails install-plugin gwt or (Grails >1.2) set the plugin-dependency in the BuildConfig.groovy file , e.g.:plugins {
…
compile " :gwt:0.6.1"
…
}