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