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