is not current version
Last Version 4.0-M2

org.axonframework:axon-distributed-commandbus-jgroups 3.2

Module containing CommandBus implementations for distributing commands over several nodes based on JGroups.

Categories

Categories

Axon Application Layer Libs Distributed Applications JGroups
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon-distributed-commandbus-jgroups
Version

Version

3.2
Type

Type

jar

Download axon-distributed-commandbus-jgroups 3.2


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