cdm-starter

Quick starter project with dependencies required to work with the ISDA CDM.

Java

This project requires Java 17.

Maven

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.

Github

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.