java -jar ivy.jar -?
==== settings options -settings use given file for settings -cache use given directory for cache -novalidate do not validate ivy files against xsd -m2compatible use maven2 compatibility ==== resolve options -ivy use given file as ivy file -dependency use this instead of ivy file to do the rest of the work with this as a dependency. -confs resolve given configurations ==== retrieve options -retrieve use given pattern as retrieve pattern -sync use sync mode for retrieve ==== cache path options -cachepath outputs a classpath consisting of all dependencies in cache (including transitive ones) of the given ivy file to the given cachepathfile ==== deliver options -deliverto use given pattern as resolved ivy file pattern ==== publish options -publish use given resolver to publish to -publishpattern use given pattern to find artifacts to publish -revision use given revision to publish the module -status use given status to publish the module ==== http auth options -realm use given realm for HTTP AUTH -host use given host for HTTP AUTH -username use given username for HTTP AUTH -passwd use given password for HTTP AUTH ==== launcher options -main the FQCN of the main class to launch -args the arguments to give to the launched process -cp extra classpath to use when launching process ==== message options -debug set message level to debug -verbose set message level to verbose -warn set message level to warn -error set message level to error ==== help options -? display this help -deprecated show deprecated options
java -Dmyivyvar=myvalue org.apache.ivy.Main [parameters]
java -jar ivy.jar
java -jar ivy.jar -settings path/to/myivysettings.xml -ivy path/to/myivy.xml
java -jar ivy.jar -settings path/to/myivysettings.xml -dependency apache commons-lang 2.0
java -jar ivy.jar -settings path/to/myivysettings.xml -ivy ivy.xml
java -jar ivy.jar -settings path/to/myivysettings.xml -ivy path/to/myivy.xml -cachepath mycachefile.txt
java -jar ivy.jar -settings path/to/myivysettings.xml -dependency bar foo 2.0 -main org.bar.foo.FooMain