License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm-annotation |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibrary to simplify sql mapping and event sourcing
|
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-annotation/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-annotation</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-annotation/
implementation 'eu.eventstorm:eventstorm-annotation:0.11.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-annotation/
implementation ("eu.eventstorm:eventstorm-annotation:0.11.0")
'eu.eventstorm:eventstorm-annotation:jar:0.11.0'
<dependency org="eu.eventstorm" name="eventstorm-annotation" rev="0.11.0">
<artifact name="eventstorm-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-annotation', version='0.11.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-annotation" % "0.11.0"
[eu.eventstorm/eventstorm-annotation "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
eu.eventstorm : eventstorm-core-api | jar | 0.11.0 |
eu.eventstorm : eventstorm-sql Optional | jar | 0.11.0 |
io.swagger.core.v3 : swagger-annotations | jar | 2.1.3 |