a

axon-spring-boot-starter

Apache 2.0
AxonIQ B.V.
Files download
File Operation
axon-spring-boot-starter-3.2.3.jar download
axon-spring-boot-starter-3.2.3.pom download
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-spring-boot-starter</artifactId>
  <version>3.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-spring-boot-starter:3.2.3'
Gradle Kotlin
implementation("org.axonframework:axon-spring-boot-starter:3.2.3")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-spring-boot-starter" % "3.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-spring-boot-starter', version='3.2.3')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-spring-boot-starter" rev="3.2.3" />
Leiningen
[org.axonframework/axon-spring-boot-starter "3.2.3"]
Apache Buildr
'org.axonframework:axon-spring-boot-starter:jar:3.2.3'