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

org.fuin.esc:esc-parent 0.3.1

Defines a common event store Java interface and provides some adapters (like for Greg Young's event store) and implementations (like in-memory or file-based).

Группа

Группа

org.fuin.esc
Идентификатор

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

esc-parent
Версия

Версия

0.3.1
Тип

Тип

pom

Скачать esc-parent 0.3.1

Имя Файла Размер
esc-parent-0.3.1.pom 11 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.fuin.esc/esc-parent/ -->
<dependency>
    <groupId>org.fuin.esc</groupId>
    <artifactId>esc-parent</artifactId>
    <version>0.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.esc/esc-parent/
implementation 'org.fuin.esc:esc-parent:0.3.1'
// https://jarcasting.com/artifacts/org.fuin.esc/esc-parent/
implementation ("org.fuin.esc:esc-parent:0.3.1")
'org.fuin.esc:esc-parent:pom:0.3.1'
<dependency org="org.fuin.esc" name="esc-parent" rev="0.3.1">
  <artifact name="esc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuin.esc', module='esc-parent', version='0.3.1')
)
libraryDependencies += "org.fuin.esc" % "esc-parent" % "0.3.1"
[org.fuin.esc/esc-parent "0.3.1"]