License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm-core-api |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibrary to simplify sql mapping and event sourcing
|
Filename | Size |
---|---|
eventstorm-core-api-0.11.0.pom | |
eventstorm-core-api-0.11.0.jar | 54 KB |
eventstorm-core-api-0.11.0-sources.jar | 28 KB |
eventstorm-core-api-0.11.0-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core-api/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-core-api</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core-api/
implementation 'eu.eventstorm:eventstorm-core-api:0.11.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core-api/
implementation ("eu.eventstorm:eventstorm-core-api:0.11.0")
'eu.eventstorm:eventstorm-core-api:jar:0.11.0'
<dependency org="eu.eventstorm" name="eventstorm-core-api" rev="0.11.0">
<artifact name="eventstorm-core-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-core-api', version='0.11.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-core-api" % "0.11.0"
[eu.eventstorm/eventstorm-core-api "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
eu.eventstorm : eventstorm-util | jar | 0.11.0 |
eu.eventstorm : eventstorm-sql Optional | jar | 0.11.0 |
com.google.guava : guava | jar | 29.0-jre |
org.springframework : spring-webflux Optional | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
com.google.protobuf : protobuf-java | jar | |
com.google.protobuf : protobuf-java-util | jar |
Group / Artifact | Type | Version |
---|---|---|
eu.eventstorm : eventstorm-test | jar | 0.11.0 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
com.h2database : h2 | jar | 1.4.200 |
com.zaxxer : HikariCP | jar | 3.4.5 |