grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

Release binary version #9

Closed bluesliverx closed 10 years ago

bluesliverx commented 11 years ago

I have need to use the plugin in our plugin framework where our clients can build their own plugins externally and then we load the JARs at runtime in our grails app. Can you possibly release the plugin as a binary version so that I can allow them to pull in the JAR for their external builds?

A good alternative might be to take the RestBuilder class and release it in a public maven repo and have this plugin depend on it. I just keep finding uses for it outside of a grails plugin! :)

If not, I will release it internally as a binary plugin.

graemerocher commented 10 years ago

Binary version is now available in http://search.maven.org/#artifactdetails%7Corg.grails%7Cgrails-datastore-rest-client%7C1.0.0.RELEASE%7Cjar

bluesliverx commented 10 years ago

Awesome, thanks!