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

org.fuin.esc:esc-parent 0.2.0

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.2.0
Тип

Тип

pom

Скачать esc-parent 0.2.0

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

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