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 | Version4.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-autoconfigure</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/
implementation 'org.axonframework:axon-spring-boot-autoconfigure:4.1.1'
// https://jarcasting.com/artifacts/org.axonframework/axon-spring-boot-autoconfigure/
implementation ("org.axonframework:axon-spring-boot-autoconfigure:4.1.1")
'org.axonframework:axon-spring-boot-autoconfigure:jar:4.1.1'
<dependency org="org.axonframework" name="axon-spring-boot-autoconfigure" rev="4.1.1">
<artifact name="axon-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-spring-boot-autoconfigure', version='4.1.1')
)
libraryDependencies += "org.axonframework" % "axon-spring-boot-autoconfigure" % "4.1.1"
[org.axonframework/axon-spring-boot-autoconfigure "4.1.1"]