There are several jar files, which are from a COTS product that we keep in our project\'s \"extlib\" folder at the root of the project. I want to have these included in ivy, bu
Create an ivy settings file with the following content:
And declare your dependencies as follows:
..
..
The special "NA" organisation is configured to pull files from the "extlib" directory. The revision attribute is manadatory but generally meaningless when referring to files stored within the project directory.