Download axon-distributed-commandbus-jgroups-3.0.jar file - Jar a

Jar examples for a:axon-distributed-commandbus-jgroups

Description

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

You can download jar file axon-distributed-commandbus-jgroups 3.0 in this page.

License

Apache License

Build File

You can use the following script to add axon-distributed-commandbus-jgroups-3.0.jar to your project.

<dependency>
   <groupId>org.axonframework</groupId>
   <artifactId>axon-distributed-commandbus-jgroups</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'org.axonframework', name: 'axon-distributed-commandbus-jgroups', version: '3.0'
libraryDependencies += "org.axonframework" % "axon-distributed-commandbus-jgroups" % "3.0"
<dependency org="org.axonframework" name="axon-distributed-commandbus-jgroups" rev="3.0"/>
@Grapes(@Grab(group='org.axonframework', module='axon-distributed-commandbus-jgroups', version='3.0'))
'org.axonframework:axon-distributed-commandbus-jgroups:jar:3.0'

Download

Click the following link to download the jar file.

axon-distributed-commandbus-jgroups-3.0-javadoc.jar
axon-distributed-commandbus-jgroups-3.0-sources.jar
axon-distributed-commandbus-jgroups-3.0.jar
axon-distributed-commandbus-jgroups-3.0.pom



Related Tutorials