a

axon-distributed-commandbus-jgroups

Module containing CommandBus implementations for distributing commands over several nodes based on JGroups.
文件下载
文件名 操作
axon-distributed-commandbus-jgroups-4.0-M2.jar 下载
axon-distributed-commandbus-jgroups-4.0-M2.pom 下载
axon-distributed-commandbus-jgroups-4.0-M2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-distributed-commandbus-jgroups</artifactId>
  <version>4.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-distributed-commandbus-jgroups:4.0-M2'
Gradle Kotlin
implementation("org.axonframework:axon-distributed-commandbus-jgroups:4.0-M2")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-distributed-commandbus-jgroups" % "4.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-distributed-commandbus-jgroups', version='4.0-M2')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-distributed-commandbus-jgroups" rev="4.0-M2" />
Leiningen
[org.axonframework/axon-distributed-commandbus-jgroups "4.0-M2"]
Apache Buildr
'org.axonframework:axon-distributed-commandbus-jgroups:jar:4.0-M2'