MVN

org.axonframework : axon-distributed-commandbus

Maven & Gradle

Dec 14, 2016
4 usages

Axon Framework Distributed CommandBus · Module containing CommandBus implementations for distributing commands over several nodes.

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-distributed-commandbus</artifactId>
    <version>2.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.axonframework : axon-distributed-commandbus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.6
  • Latest Release Candidate: 3.0-RC1

All Versions

Choose a version of org.axonframework : axon-distributed-commandbus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
axon-distributed-commandbus-3.0-RC1
axon-distributed-commandbus-3.0-M5
axon-distributed-commandbus-3.0-M4
axon-distributed-commandbus-3.0-M3
axon-distributed-commandbus-3.0-M2
axon-distributed-commandbus-3.0-M1
2.4.x
axon-distributed-commandbus-2.4.6
axon-distributed-commandbus-2.4.5
axon-distributed-commandbus-2.4.4
axon-distributed-commandbus-2.4.3
axon-distributed-commandbus-2.4.2
axon-distributed-commandbus-2.4.1
2.4
axon-distributed-commandbus-2.4
2.3.x
axon-distributed-commandbus-2.3.2
axon-distributed-commandbus-2.3.1
2.3
axon-distributed-commandbus-2.3
2.2
axon-distributed-commandbus-2.2
2.1.x
axon-distributed-commandbus-2.1.2
axon-distributed-commandbus-2.1.1
2.1
axon-distributed-commandbus-2.1
2.0.x
axon-distributed-commandbus-2.0.9
axon-distributed-commandbus-2.0.8
axon-distributed-commandbus-2.0.7
axon-distributed-commandbus-2.0.6
axon-distributed-commandbus-2.0.5
axon-distributed-commandbus-2.0.4
axon-distributed-commandbus-2.0.3
axon-distributed-commandbus-2.0.2
axon-distributed-commandbus-2.0.1
2.0
axon-distributed-commandbus-2.0
axon-distributed-commandbus-2.0-rc3
axon-distributed-commandbus-2.0-rc2
axon-distributed-commandbus-2.0-rc1
axon-distributed-commandbus-2.0-m3
axon-distributed-commandbus-2.0-m2
axon-distributed-commandbus-2.0-m1

How to add a dependency to Maven

Add the following org.axonframework : axon-distributed-commandbus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-distributed-commandbus</artifactId>
    <version>2.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.axonframework : axon-distributed-commandbus gradle dependency to your build.gradle file:

implementation 'org.axonframework:axon-distributed-commandbus:2.4.6'

Gradle Kotlin DSL: Add the following org.axonframework : axon-distributed-commandbus gradle kotlin dependency to your build.gradle.kts file:

implementation("org.axonframework:axon-distributed-commandbus:2.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.axonframework : axon-distributed-commandbus sbt scala dependency to your build.sbt file:

libraryDependencies += "org.axonframework" % "axon-distributed-commandbus" % "2.4.6"