Ivy - rsanchez-wsu/jfiles GitHub Wiki

[Ivy] (http://ant.apache.org/ivy/) is a dependency manager. You are able to list required software packages and Ivy will automatically download the packages when ran.

Install

Windows 10

Download the .zip binaries:

http://ant.apache.org/ivy/download.cgi

[Direct Download Link] (http://mirror.reverse.net/pub/apache//ant/ivy/2.4.0/apache-ivy-2.4.0-bin.zip)

Extract the file ivy-2.4.0.jar into apache-ant-1.9.6\lib\ (C:\apache-ant-1.9.6\lib\ if you followed the Ant tutorial).

Done! Much easier than Ant.

Mac

Download Ivy:

http://apache.cs.utah.edu//ant/ivy/2.4.0/apache-ivy-2.4.0-bin.zip

If Ant came pre-installed, then it is likely here:

usr/share/java

Either way, locate the /lib folder within your Apache Ant install directory and place ivy-2.4.0.jar inside that directory

Linux

Ubuntu:

  • sudo apt-get install ivy