Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Axon Distributed Applications |
---|---|
GroupId | GroupIdorg.axonframework |
ArtifactId | ArtifactIdaxon-spring-boot-autoconfigure |
Version | Version3.3.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-autoconfigure</artifactId>
<version>3.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/
implementation 'org.axonframework:axon-spring-boot-autoconfigure:3.3.7'
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/
implementation ("org.axonframework:axon-spring-boot-autoconfigure:3.3.7")
'org.axonframework:axon-spring-boot-autoconfigure:jar:3.3.7'
<dependency org="org.axonframework" name="axon-spring-boot-autoconfigure" rev="3.3.7">
<artifact name="axon-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-spring-boot-autoconfigure', version='3.3.7')
)
libraryDependencies += "org.axonframework" % "axon-spring-boot-autoconfigure" % "3.3.7"
[org.axonframework/axon-spring-boot-autoconfigure "3.3.7"]