is not current version
Last Version 3.0-RC1

org.axonframework:axon-distributed-commandbus 2.0-rc2

Module containing CommandBus implementations for distributing commands over several nodes.

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon-distributed-commandbus
Version

Version

2.0-rc2
Type

Type

jar

Download axon-distributed-commandbus 2.0-rc2


<!-- https://jarcasting.com/artifacts/org.axonframework/axon-distributed-commandbus/ -->
<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-distributed-commandbus</artifactId>
    <version>2.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-distributed-commandbus/
implementation 'org.axonframework:axon-distributed-commandbus:2.0-rc2'
// https://jarcasting.com/artifacts/org.axonframework/axon-distributed-commandbus/
implementation ("org.axonframework:axon-distributed-commandbus:2.0-rc2")
'org.axonframework:axon-distributed-commandbus:jar:2.0-rc2'
<dependency org="org.axonframework" name="axon-distributed-commandbus" rev="2.0-rc2">
  <artifact name="axon-distributed-commandbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-distributed-commandbus', version='2.0-rc2')
)
libraryDependencies += "org.axonframework" % "axon-distributed-commandbus" % "2.0-rc2"
[org.axonframework/axon-distributed-commandbus "2.0-rc2"]