a

axon-spring-boot-autoconfigure

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