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.
'org.axonframework:axon-core:2.4'
<dependency> <groupId>org.axonframework</groupId> <artifactId>axon-core</artifactId> <version>2.4</version> </dependency>
<dependency org="org.axonframework" name="axon-core" rev="2.4"/>
"org.axonframework", "axon-core", "2.4"