====== Apache Ivy ====== Apache Ivy is a popular dependency manager focusing on flexibility and simplicity.\\ Home site - [[http://ant.apache.org/ivy]]\\ Quick start - [[http://ant.apache.org/ivy/history/latest-milestone/tutorial/start.html]]\\ Repository - [[http://mvnrepository.com/]]\\ ===== Example ===== 1. Download and place ivy-xxx.jar to the ant home lib folder: **/usr/share/ant/lib/ivy-2.2.0.jar**.\\ cd $ANT_HOME/lib wget http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.jar 2. Modify your project build script:\\ **build.xml**\\ ... ... 3. Create ivy dependencies script in folder with build.xml:\\ **ivy.xml**\\ 4. Start building. All the needed libraries will mysteriously appear in ./lib folder.