Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 979 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 979 Bytes

EventStore

CircleCI Maven Central Sonarcloud Status

Event.Store is an open source library to create Event Stores that works with multiple persistence providers and notification systems.

Installing

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>

Usage

Visit our website to access documentation and usage examples.