a

axon-spring-boot-autoconfigure

Module providing support for auto configuration of the framework through Spring Boot.
Files download
File Operation
axon-spring-boot-autoconfigure-4.5.10.jar download
axon-spring-boot-autoconfigure-4.5.10.pom download
axon-spring-boot-autoconfigure-4.5.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-spring-boot-autoconfigure</artifactId>
  <version>4.5.10</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-spring-boot-autoconfigure:4.5.10'
Gradle Kotlin
implementation("org.axonframework:axon-spring-boot-autoconfigure:4.5.10")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-spring-boot-autoconfigure" % "4.5.10"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-spring-boot-autoconfigure', version='4.5.10')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-spring-boot-autoconfigure" rev="4.5.10" />
Leiningen
[org.axonframework/axon-spring-boot-autoconfigure "4.5.10"]
Apache Buildr
'org.axonframework:axon-spring-boot-autoconfigure:jar:4.5.10'