MVN

org.axonframework : axon-spring-boot-autoconfigure

Maven & Gradle

Aug 14, 2023
11 usages
3k stars

Axon Framework - Spring Boot Support · Module providing support for auto-configuration of Axon Framework through Spring Boot.

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

Latest Version

Choose a version of org.axonframework : axon-spring-boot-autoconfigure 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-autoconfigure to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-spring-boot-autoconfigure</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-autoconfigure gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Jul 08, 2022
89 usages
3k stars
Aug 14, 2023
41 usages
3k stars
Aug 14, 2023
29 usages
3k stars
Aug 14, 2023
27 usages
3k stars
Aug 14, 2023
23 usages
3k stars

Discover Dependencies

Sep 11, 2022
11 usages
5 stars
Feb 05, 2017
9 usages
24 stars
Dec 26, 2022
9 usages
2.6k stars
Sep 30, 2021
10 usages
56 stars
Sep 30, 2021
10 usages
24 stars
Sep 13, 2022
13 usages
1 stars
Jul 11, 2023
120 usages
2.5k stars
May 10, 2017
9 usages
63 stars
Dec 09, 2016
12 usages
Aug 21, 2023
12 usages
1k stars