MVN

org.axonframework : axon-spring-boot-starter

Maven & Gradle

Aug 14, 2023
23 usages
3k stars

Spring Boot Starter module for Axon Framework

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-spring-boot-starter</artifactId>
    <version>4.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.axonframework : axon-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.1
  • Latest Release Candidate: 4.0-RC2

All Versions

Choose a version of org.axonframework : axon-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
axon-spring-boot-starter-4.8.1
axon-spring-boot-starter-4.8.0
4.7.x
axon-spring-boot-starter-4.7.6
axon-spring-boot-starter-4.7.5
axon-spring-boot-starter-4.7.4
axon-spring-boot-starter-4.7.3
axon-spring-boot-starter-4.7.2
axon-spring-boot-starter-4.7.1
axon-spring-boot-starter-4.7.0
4.6.x
axon-spring-boot-starter-4.6.8
axon-spring-boot-starter-4.6.7
axon-spring-boot-starter-4.6.6
axon-spring-boot-starter-4.6.5
axon-spring-boot-starter-4.6.4
axon-spring-boot-starter-4.6.3
axon-spring-boot-starter-4.6.2
axon-spring-boot-starter-4.6.1
axon-spring-boot-starter-4.6.0
4.5.x
axon-spring-boot-starter-4.5.15
axon-spring-boot-starter-4.5.14
axon-spring-boot-starter-4.5.13
axon-spring-boot-starter-4.5.12
axon-spring-boot-starter-4.5.11
axon-spring-boot-starter-4.5.10
axon-spring-boot-starter-4.5.9
axon-spring-boot-starter-4.5.8
axon-spring-boot-starter-4.5.7
axon-spring-boot-starter-4.5.6
axon-spring-boot-starter-4.5.5
axon-spring-boot-starter-4.5.4
axon-spring-boot-starter-4.5.3
axon-spring-boot-starter-4.5.2
axon-spring-boot-starter-4.5.1
4.5
axon-spring-boot-starter-4.5
4.4.x
axon-spring-boot-starter-4.4.9
axon-spring-boot-starter-4.4.8
axon-spring-boot-starter-4.4.7
axon-spring-boot-starter-4.4.6
axon-spring-boot-starter-4.4.5
axon-spring-boot-starter-4.4.4
axon-spring-boot-starter-4.4.3
axon-spring-boot-starter-4.4.2
axon-spring-boot-starter-4.4.1
4.4
axon-spring-boot-starter-4.4
4.3.x
axon-spring-boot-starter-4.3.5
axon-spring-boot-starter-4.3.4
axon-spring-boot-starter-4.3.3
axon-spring-boot-starter-4.3.2
axon-spring-boot-starter-4.3.1
4.3
axon-spring-boot-starter-4.3
4.2.x
axon-spring-boot-starter-4.2.2
axon-spring-boot-starter-4.2.1
4.2
axon-spring-boot-starter-4.2
4.1.x
axon-spring-boot-starter-4.1.2
axon-spring-boot-starter-4.1.1
4.1
axon-spring-boot-starter-4.1
4.0.x
axon-spring-boot-starter-4.0.4
axon-spring-boot-starter-4.0.3
axon-spring-boot-starter-4.0.2
axon-spring-boot-starter-4.0.1
4.0
axon-spring-boot-starter-4.0
axon-spring-boot-starter-4.0-RC2
axon-spring-boot-starter-4.0-RC1
axon-spring-boot-starter-4.0-M2
axon-spring-boot-starter-4.0-M1
3.4.x
axon-spring-boot-starter-3.4.4
axon-spring-boot-starter-3.4.3
axon-spring-boot-starter-3.4.2
axon-spring-boot-starter-3.4.1
3.4
axon-spring-boot-starter-3.4
3.3.x
axon-spring-boot-starter-3.3.7
axon-spring-boot-starter-3.3.6
axon-spring-boot-starter-3.3.5
axon-spring-boot-starter-3.3.4
axon-spring-boot-starter-3.3.3
axon-spring-boot-starter-3.3.2
axon-spring-boot-starter-3.3.1
3.3
axon-spring-boot-starter-3.3
3.2.x
axon-spring-boot-starter-3.2.3
axon-spring-boot-starter-3.2.2
axon-spring-boot-starter-3.2.1
3.2
axon-spring-boot-starter-3.2
3.1.x
axon-spring-boot-starter-3.1.3
axon-spring-boot-starter-3.1.2
axon-spring-boot-starter-3.1.1
3.1
axon-spring-boot-starter-3.1
3.0.x
axon-spring-boot-starter-3.0.7
axon-spring-boot-starter-3.0.6
axon-spring-boot-starter-3.0.5
axon-spring-boot-starter-3.0.4
axon-spring-boot-starter-3.0.3
axon-spring-boot-starter-3.0.2
axon-spring-boot-starter-3.0.1
3.0
axon-spring-boot-starter-3.0
axon-spring-boot-starter-3.0-RC2
axon-spring-boot-starter-3.0-RC1

How to add a dependency to Maven

Add the following org.axonframework : axon-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-spring-boot-starter</artifactId>
    <version>4.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.axonframework : axon-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.axonframework:axon-spring-boot-starter:4.8.1'

Gradle Kotlin DSL: Add the following org.axonframework : axon-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.axonframework:axon-spring-boot-starter:4.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.axonframework : axon-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.axonframework" % "axon-spring-boot-starter" % "4.8.1"

Advertisement