| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.alikelleci |
| Идентификатор | Идентификаторeventify-parent |
| Последняя версия | Последняя версия0.0.2-rc3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеeventify
Event Sourcing framework for the JVM
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| eventify-parent-0.0.2-rc3.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.alikelleci/eventify-parent/ -->
<dependency>
<groupId>io.github.alikelleci</groupId>
<artifactId>eventify-parent</artifactId>
<version>0.0.2-rc3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify-parent/
implementation 'io.github.alikelleci:eventify-parent:0.0.2-rc3'
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify-parent/
implementation ("io.github.alikelleci:eventify-parent:0.0.2-rc3")
'io.github.alikelleci:eventify-parent:pom:0.0.2-rc3'
<dependency org="io.github.alikelleci" name="eventify-parent" rev="0.0.2-rc3">
<artifact name="eventify-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.alikelleci', module='eventify-parent', version='0.0.2-rc3')
)
libraryDependencies += "io.github.alikelleci" % "eventify-parent" % "0.0.2-rc3"
[io.github.alikelleci/eventify-parent "0.0.2-rc3"]