is not current version
Last Version 4.5.12

Axon Framework 4.5.7

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.

License

License

Categories

Categories

Axon Application Layer Libs Distributed Applications
GroupId

GroupId

org.axonframework
ArtifactId

ArtifactId

axon
Version

Version

4.5.7
Type

Type

pom
Description

Description

Axon Framework
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.
Project URL

Project URL

http://www.axonframework.org
Source Code Management

Source Code Management

https://github.com/AxonFramework/AxonFramework

Download axon 4.5.7

Filename Size
axon-4.5.7.pom 26 KB
Browse

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

Dependencies

test (8)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.2
org.mockito : mockito-core jar 3.8.0
org.mockito : mockito-junit-jupiter jar 3.8.0
org.slf4j : jul-to-slf4j jar 1.7.32
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.0
org.slf4j : jcl-over-slf4j jar 1.7.32
org.apache.logging.log4j : log4j-core jar 2.17.0
javax.xml.bind : jaxb-api jar 2.3.1

Project Modules

  • messaging
  • modelling
  • eventsourcing
  • config
  • test
  • axon-server-connector
  • disruptor
  • metrics
  • metrics-micrometer
  • spring
  • spring-boot-autoconfigure
  • spring-boot-starter
  • integrationtests
  • legacy