Quick starter project with dependencies required to work with the ISDA CDM.
This project requires Java 17.
A settings.xml
file is provided in the project root directory, use it to install dependencies as below:
mvn -s settings.xml clean install
You will also need to use this settings.xml
in your chosen IDE.
To work with this repository, please fork it first in Github, then clone it to your working area. From there you should be able to run Maven as instructed above.