Download the latest JAR release or browse all releases for release notes, Docker images, and older versions. This now includes a full Axon Server course bundle for free in AxonIQ Academy.
Find the Axon Framework source on Github↗️
Maven
All Axon Framework-related JAR files are published on Maven Central.
Spring Boot applications
To use Axon Framework in a Spring Boot application built with Maven, add this to your POS
Plain Java application
To use Axon Framework in a plain Java application built with Maven, add this to your POM.
Projects with multiple modules
For usage with Maven, import the BOM in your project like so
Then add the dependencies you need without specifying the version:
Gradle
For usage with Gradle Version 4.x and below, apply the dependency-management-plugin like so:
Projects with multiple modules
For usage with Maven, import the BOM in your project like so
After this, import the Axon BOM:
Beginning with Gradle version 5.0, you can also omit the dependency-management plugin and instead use the platform dependency dsl to import maven boms:

Get up and running quickly with the Axon Quickstart package, combining Axon Framework, Axon Server, an example application, and the Getting Started Guide.
Beginning with Gradle version 5.0, you can also omit the dependency-management plugin and instead use the platform dependency dsl to import maven boms: