Skip to main content
The AeroDesk Developer API lets you build Java addons that extend the AeroDesk Discord bot. You add the API through Maven by including a custom repository and dependency in your project’s 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 <dependencies> block of your pom.xml:
Change the <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.
Bookmark https://maven.plugins.avenvault.com/ to quickly check for new AeroDesk API releases.