| License |
License |
|---|---|
| Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
| GroupId | GroupIdorg.axonframework |
| ArtifactId | ArtifactIdaxon-bom |
| Last Version | Last Version4.5.14 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionAxon - Bill of Materials
This project provides Maven managed dependencies for all Axon artifacts.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| axon-bom-4.5.14.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.axonframework/axon-bom/ -->
<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-bom</artifactId>
<version>4.5.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-bom/
implementation 'org.axonframework:axon-bom:4.5.14'
// https://jarcasting.com/artifacts/org.axonframework/axon-bom/
implementation ("org.axonframework:axon-bom:4.5.14")
'org.axonframework:axon-bom:pom:4.5.14'
<dependency org="org.axonframework" name="axon-bom" rev="4.5.14">
<artifact name="axon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-bom', version='4.5.14')
)
libraryDependencies += "org.axonframework" % "axon-bom" % "4.5.14"
[org.axonframework/axon-bom "4.5.14"]