Event.Store is an open source library to create Event Stores that works with multiple persistence providers and notification systems.
Gradle:
dependencies {
compile 'br.net.eventstore:event.store:1.0.3'
}
Maven:
<dependency>
<groupId>br.net.eventstore</groupId>
<artifactId>event.store</artifactId>
<version>1.0.3</version>
</dependency>
Visit our website to access documentation and usage examples.