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