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