License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptioneventStorm
Library to simplify sql mapping and event sourcing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eventstorm-0.11.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm/
implementation 'eu.eventstorm:eventstorm:0.11.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm/
implementation ("eu.eventstorm:eventstorm:0.11.0")
'eu.eventstorm:eventstorm:pom:0.11.0'
<dependency org="eu.eventstorm" name="eventstorm" rev="0.11.0">
<artifact name="eventstorm" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm', version='0.11.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm" % "0.11.0"
[eu.eventstorm/eventstorm "0.11.0"]