event.store

A simple and fast EventStore that support multiple persistence and notification providers

License

License

Categories

Categories

Net
GroupId

GroupId

br.net.eventstore
ArtifactId

ArtifactId

event.store
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

event.store
A simple and fast EventStore that support multiple persistence and notification providers
Project URL

Project URL

https://www.eventstore.net.br
Source Code Management

Source Code Management

https://github.com/biharck/eventstore

Download event.store

How to add to project

<!-- https://jarcasting.com/artifacts/br.net.eventstore/event.store/ -->
<dependency>
    <groupId>br.net.eventstore</groupId>
    <artifactId>event.store</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/br.net.eventstore/event.store/
implementation 'br.net.eventstore:event.store:1.0.3'
// https://jarcasting.com/artifacts/br.net.eventstore/event.store/
implementation ("br.net.eventstore:event.store:1.0.3")
'br.net.eventstore:event.store:jar:1.0.3'
<dependency org="br.net.eventstore" name="event.store" rev="1.0.3">
  <artifact name="event.store" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.net.eventstore', module='event.store', version='1.0.3')
)
libraryDependencies += "br.net.eventstore" % "event.store" % "1.0.3"
[br.net.eventstore/event.store "1.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
io.lettuce : lettuce-core jar 5.0.5.RELEASE
com.rabbitmq : amqp-client jar 5.4.0

runtime (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.awaitility : awaitility jar 3.1.2

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.3
1.0.2
1.0.1