License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Axon Application Layer Libs Distributed Applications JGroups |
GroupId | GroupIdorg.axonframework |
ArtifactId | ArtifactIdaxon-spring-boot-starter-jgroups |
Last Version | Last Version4.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Starter module for Axon with JGroups Distributed Command Bus
Spring Boot Starters
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-starter-jgroups/ -->
<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-starter-jgroups</artifactId>
<version>4.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-starter-jgroups/
implementation 'org.axonframework:axon-spring-boot-starter-jgroups:4.0-M2'
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-starter-jgroups/
implementation ("org.axonframework:axon-spring-boot-starter-jgroups:4.0-M2")
'org.axonframework:axon-spring-boot-starter-jgroups:jar:4.0-M2'
<dependency org="org.axonframework" name="axon-spring-boot-starter-jgroups" rev="4.0-M2">
<artifact name="axon-spring-boot-starter-jgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-spring-boot-starter-jgroups', version='4.0-M2')
)
libraryDependencies += "org.axonframework" % "axon-spring-boot-starter-jgroups" % "4.0-M2"
[org.axonframework/axon-spring-boot-starter-jgroups "4.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.axonframework : axon-spring-boot-autoconfigure | jar | 4.0-M2 |
org.axonframework : axon-distributed-commandbus-jgroups | jar | 4.0-M2 |
org.jgroups : jgroups | jar | 4.0.6.Final |
org.springframework.boot : spring-boot-starter-actuator | jar | 1.5.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.6.0 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.springframework : spring-test | jar |