License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm-core |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneventstorm-core
Library to simplify sql mapping and event sourcing
|
Filename | Size |
---|---|
eventstorm-core-0.7.0.pom | |
eventstorm-core-0.7.0.jar | 88 KB |
eventstorm-core-0.7.0-sources.jar | 52 KB |
eventstorm-core-0.7.0-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-core</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core/
implementation 'eu.eventstorm:eventstorm-core:0.7.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core/
implementation ("eu.eventstorm:eventstorm-core:0.7.0")
'eu.eventstorm:eventstorm-core:jar:0.7.0'
<dependency org="eu.eventstorm" name="eventstorm-core" rev="0.7.0">
<artifact name="eventstorm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-core', version='0.7.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-core" % "0.7.0"
[eu.eventstorm/eventstorm-core "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
eu.eventstorm : eventstorm-sql | jar | 0.7.0 |
eu.eventstorm : eventstorm-problem | jar | 0.7.0 |
eu.eventstorm : eventstorm-sql-apt Optional | jar | 0.7.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.10.2 |
io.projectreactor : reactor-core | jar |
Group / Artifact | Type | Version |
---|---|---|
eu.eventstorm : eventstorm-test | jar | 0.7.0 |
org.springframework : spring-web | jar | |
org.springframework : spring-webflux | jar | |
com.h2database : h2 | jar | 1.4.200 |
com.zaxxer : HikariCP | jar | 3.4.2 |
org.skyscreamer : jsonassert | jar | 1.5.0 |