martes, 26 de marzo de 2013 Tutorial: howto install and configure Gradle plugin for eclipse easily (and add dependencies from the Maven repository) Right now, the best integrated Gradle Plugin for Eclipse, according to the Gradle webpage, is the plugin made by the SpringSource STS team. This plugin is very easy to install and it is all what you need to use Gradle in Eclipse. Howto install it In Eclipse, go to Help - Install New Software, we add the repository: http://dist.springsource.com/release/TOOLS/update/e4.2 (if this repository doesn't work for you, all the Spring repositories are on: http://www.springsource.org/STS-installation-instructions ) Then, search Gradle IDE in the respository and install it. That's all! Howto create a new Graddle Project In Eclipse, New - Other - Gradle Project. Howto add a dependency from the Maven repository You have to look for it at: http://search.maven.org/ Then, click on the lastest version (or another if you wish) and copy the Grails code.
Read full article from estilo asertivo: Tutorial: howto install and configure Gradle plugin for eclipse easily (and add dependencies from the Maven repository)
No comments:
Post a Comment