Download axon-distributed-commandbus-springcloud-3.0.3.jar file - Jar a

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

Description

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

You can download jar file axon-distributed-commandbus-springcloud 3.0.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

axon-distributed-commandbus-springcloud-3.0.3-javadoc.jar
axon-distributed-commandbus-springcloud-3.0.3-sources.jar
axon-distributed-commandbus-springcloud-3.0.3.jar
axon-distributed-commandbus-springcloud-3.0.3.pom



Related Tutorials