is not current version
Last Version 4.5.12

org.axonframework:axon-spring-boot-starter 3.2.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

3.2.2
Type

Type

jar

Download axon-spring-boot-starter 3.2.2


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