is not current version
Last Version 4.5.12

org.axonframework:axon 1.0-rc2

The Axon framework supports developers with the plumbing and wiring required to build a CQRS architecture, by providing (abstract) implementations of common CQRS building blocks.

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon
Version

Version

1.0-rc2
Type

Type

pom

Download axon 1.0-rc2

Filename Size
axon-1.0-rc2.pom 8 KB
Browse

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