| License |
License |
|---|---|
| GroupId | GroupIdde.otto.edison |
| ArtifactId | ArtifactIdeventsourcing-core |
| Last Version | Last Version0.4.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneventsourcing-core
A library used at otto.de to implement Spring Boot based event-sourcing microserivces.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| eventsourcing-core-0.4.8.pom | |
| eventsourcing-core-0.4.8.jar | 98 KB |
| eventsourcing-core-0.4.8-sources.jar | 44 KB |
| eventsourcing-core-0.4.8-javadoc.jar | 198 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>eventsourcing-core</artifactId>
<version>0.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation 'de.otto.edison:eventsourcing-core:0.4.8'
// https://jarcasting.com/artifacts/de.otto.edison/eventsourcing-core/
implementation ("de.otto.edison:eventsourcing-core:0.4.8")
'de.otto.edison:eventsourcing-core:jar:0.4.8'
<dependency org="de.otto.edison" name="eventsourcing-core" rev="0.4.8">
<artifact name="eventsourcing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='eventsourcing-core', version='0.4.8')
)
libraryDependencies += "de.otto.edison" % "eventsourcing-core" % "0.4.8"
[de.otto.edison/eventsourcing-core "0.4.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.otto.edison : edison-aws-s3 | jar | 0.2.4 |
| software.amazon.awssdk : s3 | jar | 2.0.0-preview-8 |
| software.amazon.awssdk : kinesis | jar | 2.0.0-preview-8 |
| org.springframework : spring-context | jar | 4.3.12.RELEASE |
| org.springframework.security : spring-security-core | jar | 4.2.3.RELEASE |
| org.springframework.retry : spring-retry | jar | 1.2.1.RELEASE |
| org.springframework : spring-aop | jar | 4.3.12.RELEASE |
| org.aspectj : aspectjweaver | jar | 1.8.13 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.3 |
| net.openhft : chronicle-map | jar | 3.14.1 |
| com.google.guava : guava | jar | 23.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.8.RELEASE |
| com.jayway.jsonpath : json-path-assert | jar | 2.2.0 |
| com.tngtech.java : junit-dataprovider | jar | 1.13.1 |
| org.awaitility : awaitility | jar | 3.0.0 |
| org.mockito : mockito-core | jar | 2.13.0 |