pom.xml. This page walks you through adding the repository, adding the dependency, and finding the latest release.
1
Add the repository to pom.xml
Add the AeroDesk Maven repository inside the
<repositories> block of your pom.xml:2
Add the dependency to pom.xml
Add the AeroDesk API dependency inside the Change the
<dependencies> block of your pom.xml:<version> value to the latest release when an update is available.3
Find the latest version on Maven
Visit the AeroDesk Maven repository to check for newer releases:Browse to the AeroDesk-API artifact and use the latest version in your
pom.xml.