is not current version
Last Version 4.5.12

org.axonframework:axon-spring-boot-starter 4.0.2


Categories

Categories

Spring Boot Container Microservices Axon Application Layer Libs Distributed Applications
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon-spring-boot-starter
Version

Version

4.0.2
Type

Type

jar

Download axon-spring-boot-starter 4.0.2


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