Apache Ivy

$ brew update
$ brew install ivy
$ mkdir -p ~/.ant/lib
$ cp /usr/local/Cellar/ivy/2.3.0/libexec/ivy-2.3.0.jar ~/.ant/lib
$ mkdir hello-ivy
$ cd hello-ivy

vim ivy.xml


    
    
        
    

vim build.xml


    
        
    

    

$ ant main