a

axon-spring-boot-starter

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