is not current version
Last Version 0.4.8

de.otto.edison:eventsourcing-core 0.1.5

A library used at otto.de to implement Spring Boot based event-sourcing microserivces.

GroupId

GroupId

de.otto.edison
ArtifactId

ArtifactId

eventsourcing-core
Version

Version

0.1.5
Type

Type

jar

Download eventsourcing-core 0.1.5


<!-- https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/ -->
<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>eventsourcing-core</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation 'de.otto.edison:eventsourcing-core:0.1.5'
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation ("de.otto.edison:eventsourcing-core:0.1.5")
'de.otto.edison:eventsourcing-core:jar:0.1.5'
<dependency org="de.otto.edison" name="eventsourcing-core" rev="0.1.5">
  <artifact name="eventsourcing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='eventsourcing-core', version='0.1.5')
)
libraryDependencies += "de.otto.edison" % "eventsourcing-core" % "0.1.5"
[de.otto.edison/eventsourcing-core "0.1.5"]