a

axon-distributed-commandbus

Module containing CommandBus implementations for distributing commands over several nodes.
Files download
File Operation
axon-distributed-commandbus-2.3.jar download
axon-distributed-commandbus-2.3.pom download
axon-distributed-commandbus-2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-distributed-commandbus</artifactId>
  <version>2.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-distributed-commandbus:2.3'
Gradle Kotlin
implementation("org.axonframework:axon-distributed-commandbus:2.3")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-distributed-commandbus" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-distributed-commandbus', version='2.3')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-distributed-commandbus" rev="2.3" />
Leiningen
[org.axonframework/axon-distributed-commandbus "2.3"]
Apache Buildr
'org.axonframework:axon-distributed-commandbus:jar:2.3'