не последняя версия
Последняя версия 0.4.8

de.otto.edison:eventsourcing-core 0.1.11

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

Группа

Группа

de.otto.edison
Идентификатор

Идентификатор

eventsourcing-core
Версия

Версия

0.1.11
Тип

Тип

jar

Скачать eventsourcing-core 0.1.11


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