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