Event sourcing lib

Library to handle event sourced aggregates

License

License

GroupId

GroupId

io.github.yasiekz
ArtifactId

ArtifactId

event-sourcing-lib
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Event sourcing lib
Library to handle event sourced aggregates
Project URL

Project URL

https://github.com/yasiekz/event-sourcing-lib
Source Code Management

Source Code Management

https://github.com/yasiekz/event-sourcing-lib

Download event-sourcing-lib

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.yasiekz/event-sourcing-lib/ -->
<dependency>
    <groupId>io.github.yasiekz</groupId>
    <artifactId>event-sourcing-lib</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yasiekz/event-sourcing-lib/
implementation 'io.github.yasiekz:event-sourcing-lib:1.1.0'
// https://jarcasting.com/artifacts/io.github.yasiekz/event-sourcing-lib/
implementation ("io.github.yasiekz:event-sourcing-lib:1.1.0")
'io.github.yasiekz:event-sourcing-lib:jar:1.1.0'
<dependency org="io.github.yasiekz" name="event-sourcing-lib" rev="1.1.0">
  <artifact name="event-sourcing-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yasiekz', module='event-sourcing-lib', version='1.1.0')
)
libraryDependencies += "io.github.yasiekz" % "event-sourcing-lib" % "1.1.0"
[io.github.yasiekz/event-sourcing-lib "1.1.0"]

Dependencies

test (4)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.9
org.junit.jupiter : junit-jupiter jar 5.4.0
org.mockito : mockito-core jar 2.28.2
org.mockito : mockito-junit-jupiter jar 2.28.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.1
1.0.0