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.9.4.jar download
axon-spring-boot-autoconfigure-4.9.4.pom download
axon-spring-boot-autoconfigure-4.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-spring-boot-autoconfigure</artifactId>
  <version>4.9.4</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-spring-boot-autoconfigure:4.9.4'
Gradle Kotlin
implementation("org.axonframework:axon-spring-boot-autoconfigure:4.9.4")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-spring-boot-autoconfigure" % "4.9.4"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-spring-boot-autoconfigure', version='4.9.4')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-spring-boot-autoconfigure" rev="4.9.4" />
Leiningen
[org.axonframework/axon-spring-boot-autoconfigure "4.9.4"]
Apache Buildr
'org.axonframework:axon-spring-boot-autoconfigure:jar:4.9.4'