License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm-batch |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibrary to simplify sql mapping and event sourcing
|
Filename | Size |
---|---|
eventstorm-batch-0.11.0.pom | |
eventstorm-batch-0.11.0.jar | 39 KB |
eventstorm-batch-0.11.0-sources.jar | 21 KB |
eventstorm-batch-0.11.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-batch/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-batch</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-batch/
implementation 'eu.eventstorm:eventstorm-batch:0.11.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-batch/
implementation ("eu.eventstorm:eventstorm-batch:0.11.0")
'eu.eventstorm:eventstorm-batch:jar:0.11.0'
<dependency org="eu.eventstorm" name="eventstorm-batch" rev="0.11.0">
<artifact name="eventstorm-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-batch', version='0.11.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-batch" % "0.11.0"
[eu.eventstorm/eventstorm-batch "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
eu.eventstorm : eventstorm-core-api | jar | 0.11.0 |
org.springframework : spring-webflux | jar | |
org.springframework : spring-context | jar | |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.11.1 |
eu.eventstorm : eventstorm-sql-apt Optional | jar | 0.11.0 |
org.springframework.boot : spring-boot | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
eu.eventstorm : eventstorm-test | jar | 0.11.0 |
org.springframework.boot : spring-boot-starter-webflux | jar | |
org.springframework.boot : spring-boot-test | jar | |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
org.springframework : spring-test | jar | |
com.h2database : h2 | jar | 1.4.200 |
org.flywaydb : flyway-core | jar | 6.5.5 |