| GroupId | GroupIdde.otto.edison |
|---|---|
| ArtifactId | ArtifactIdeventsourcing-core |
| Version | Version0.4.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eventsourcing-core-0.4.5.pom | |
| eventsourcing-core-0.4.5.jar | 106 KB |
| eventsourcing-core-0.4.5-sources.jar | 52 KB |
| eventsourcing-core-0.4.5-javadoc.jar | 237 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>eventsourcing-core</artifactId>
<version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation 'de.otto.edison:eventsourcing-core:0.4.5'
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation ("de.otto.edison:eventsourcing-core:0.4.5")
'de.otto.edison:eventsourcing-core:jar:0.4.5'
<dependency org="de.otto.edison" name="eventsourcing-core" rev="0.4.5">
<artifact name="eventsourcing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='eventsourcing-core', version='0.4.5')
)
libraryDependencies += "de.otto.edison" % "eventsourcing-core" % "0.4.5"
[de.otto.edison/eventsourcing-core "0.4.5"]