Setting up projects with IvyDE

alex28 picture alex28 · Nov 15, 2011 · Viewed 19.4k times · Source

Are there any good sample projects with IvyDE or tutorials on setting up projects with IvyDE in Eclipse?

Answer

Aniket Thakur picture Aniket Thakur · Apr 20, 2014
  1. Add the plugin to Eclipse.
  2. Right click project and Create new ivy.xml file.
  3. Search your dependencies on the maven repo and add it to your ivy file.
  4. Right click ivy file add select add ivy library. It will automatically perform ivy resolve and add dependencies to you ivy library.

You can find detailed information with some screenshots in Installing and using Apache Ivy as dependency manager.

PS: Above link is to my personal blog that I write.