| Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdorg.axonframework |
| ArtifactId | ArtifactIdaxon-bom |
| Version | Version4.5.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| axon-bom-4.5.6.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.axonframework/axon-bom/ -->
<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-bom</artifactId>
<version>4.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework/axon-bom/
implementation 'org.axonframework:axon-bom:4.5.6'
// https://jarcasting.com/artifacts/org.axonframework/axon-bom/
implementation ("org.axonframework:axon-bom:4.5.6")
'org.axonframework:axon-bom:pom:4.5.6'
<dependency org="org.axonframework" name="axon-bom" rev="4.5.6">
<artifact name="axon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-bom', version='4.5.6')
)
libraryDependencies += "org.axonframework" % "axon-bom" % "4.5.6"
[org.axonframework/axon-bom "4.5.6"]