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