sample example which explain how to use filesystem resolver

The ivysettings.xml file is located by default in the same directory as the ivy.xml file. Alternative locations can be specified using the ivy settings task Project structure 3rd party dependencies located in the lib directory. $ tree . |– build.xml |– ivysettings.xml |– ivy.xml |– lib | |– junit-4.10.jar | |– slf4j-api-1.6.4.jar | `– slf4j-simple-1.6.4.jar … Read more