is not current version
Last Version 4.5.12

org.axonframework:axon-spring-boot-autoconfigure 4.0.1

Module providing support for auto configuration of the framework through Spring Boot.

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Axon Distributed Applications
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon-spring-boot-autoconfigure
Version

Version

4.0.1
Type

Type

jar

Download axon-spring-boot-autoconfigure 4.0.1


<!-- https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>org.axonframework</groupId>
    <artifactId>axon-spring-boot-autoconfigure</artifactId>
    <version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/
implementation 'org.axonframework:axon-spring-boot-autoconfigure:4.0.1'
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/
implementation ("org.axonframework:axon-spring-boot-autoconfigure:4.0.1")
'org.axonframework:axon-spring-boot-autoconfigure:jar:4.0.1'
<dependency org="org.axonframework" name="axon-spring-boot-autoconfigure" rev="4.0.1">
  <artifact name="axon-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-spring-boot-autoconfigure', version='4.0.1')
)
libraryDependencies += "org.axonframework" % "axon-spring-boot-autoconfigure" % "4.0.1"
[org.axonframework/axon-spring-boot-autoconfigure "4.0.1"]