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.samples:swf:0.5'
<dependency> <groupId>org.axonframework.samples</groupId> <artifactId>swf</artifactId> <version>0.5</version> </dependency>
<dependency org="org.axonframework.samples" name="swf" rev="0.5"/>
"org.axonframework.samples", "swf", "0.5"