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