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

Jar examples for a:axon-distributed-commandbus

Description

Module containing CommandBus implementations for distributing commands over several nodes.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials