License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices React User Interface Web Frameworks Auto Application Layer Libs Code Generators config Configuration Axon Distributed Applications Reactor Reactive libraries |
GroupId | GroupIdorg.axonframework.extensions.reactor |
ArtifactId | ArtifactIdaxon-reactor-spring-boot-autoconfigure |
Last Version | Last Version4.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAxon Framework Reactor Extension - Spring Boot Support
Module providing support for auto configuration of the Reactor Axon Framework extension through Spring Boot.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.axonframework.extensions.reactor/axon-reactor-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.axonframework.extensions.reactor</groupId>
<artifactId>axon-reactor-spring-boot-autoconfigure</artifactId>
<version>4.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework.extensions.reactor/axon-reactor-spring-boot-autoconfigure/
implementation 'org.axonframework.extensions.reactor:axon-reactor-spring-boot-autoconfigure:4.5.1'
// https://jarcasting.com/artifacts/org.axonframework.extensions.reactor/axon-reactor-spring-boot-autoconfigure/
implementation ("org.axonframework.extensions.reactor:axon-reactor-spring-boot-autoconfigure:4.5.1")
'org.axonframework.extensions.reactor:axon-reactor-spring-boot-autoconfigure:jar:4.5.1'
<dependency org="org.axonframework.extensions.reactor" name="axon-reactor-spring-boot-autoconfigure" rev="4.5.1">
<artifact name="axon-reactor-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework.extensions.reactor', module='axon-reactor-spring-boot-autoconfigure', version='4.5.1')
)
libraryDependencies += "org.axonframework.extensions.reactor" % "axon-reactor-spring-boot-autoconfigure" % "4.5.1"
[org.axonframework.extensions.reactor/axon-reactor-spring-boot-autoconfigure "4.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.axonframework.extensions.reactor : axon-reactor | jar | 4.5.1 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-test | jar | 2.4.4 |
org.springframework : spring-test | jar | 5.3.5 |
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |