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