I can't import the RESTClient in my grails project. The message is:
Groovy:unable to resolve class groovyx.net.http.RESTClient
In the BuildConfig.groovy I uncommented:
mavenRepo "http://repository.codehaus.org"
and added:
compile ":rest-client-builder:2.0.0"
I'm using grails 2.3.8 and Windows 7.
Any ideas? The grails install-plugin does not work in this grails version.
BuildConfig.groovy?build ":rest-client-builder:2.0.1"grails clean-allwhen seeing errors like this...