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