| Группа | Группаde.otto.edison |
|---|---|
| Идентификатор | Идентификаторeventsourcing-core |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| eventsourcing-core-0.3.0.pom | |
| eventsourcing-core-0.3.0.jar | 99 KB |
| eventsourcing-core-0.3.0-sources.jar | 48 KB |
| eventsourcing-core-0.3.0-javadoc.jar | 225 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>eventsourcing-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation 'de.otto.edison:eventsourcing-core:0.3.0'
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation ("de.otto.edison:eventsourcing-core:0.3.0")
'de.otto.edison:eventsourcing-core:jar:0.3.0'
<dependency org="de.otto.edison" name="eventsourcing-core" rev="0.3.0">
<artifact name="eventsourcing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='eventsourcing-core', version='0.3.0')
)
libraryDependencies += "de.otto.edison" % "eventsourcing-core" % "0.3.0"
[de.otto.edison/eventsourcing-core "0.3.0"]