is not current version
Last Version 4.5.14

org.axonframework:axon-bom 4.5.0

This project provides Maven managed dependencies for all Axon artifacts.

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon-bom
Version

Version

4.5.0
Type

Type

pom

Download axon-bom 4.5.0

Filename Size
axon-bom-4.5.0.pom 15 KB
Browse

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