a

axon-distributed-commandbus

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