a

axon-spring

Module providing Spring specific helper functionality to ease configuration / set-up of an Axon application, as well as some Spring specific infrastructure components.
Files download
File Operation
axon-spring-4.10.0.jar download
axon-spring-4.10.0.pom download
axon-spring-4.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-spring</artifactId>
  <version>4.10.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-spring:4.10.0'
Gradle Kotlin
implementation("org.axonframework:axon-spring:4.10.0")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-spring" % "4.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-spring', version='4.10.0')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-spring" rev="4.10.0" />
Leiningen
[org.axonframework/axon-spring "4.10.0"]
Apache Buildr
'org.axonframework:axon-spring:jar:4.10.0'