License |
License |
---|---|
GroupId | GroupIdcom.github.eventasia |
ArtifactId | ArtifactIdeventasia-store |
Last Version | Last Version0.0.5.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEventasia
Eventasia is a Event Sourcing Framework for use with Spring Boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
eventasia-store-0.0.5.RELEASE.pom | |
eventasia-store-0.0.5.RELEASE.jar | 261 bytes |
eventasia-store-0.0.5.RELEASE-sources.jar | 261 bytes |
eventasia-store-0.0.5.RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>eventasia-store</artifactId>
<version>0.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store/
implementation 'com.github.eventasia:eventasia-store:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store/
implementation ("com.github.eventasia:eventasia-store:0.0.5.RELEASE")
'com.github.eventasia:eventasia-store:jar:0.0.5.RELEASE'
<dependency org="com.github.eventasia" name="eventasia-store" rev="0.0.5.RELEASE">
<artifact name="eventasia-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='eventasia-store', version='0.0.5.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "eventasia-store" % "0.0.5.RELEASE"
[com.github.eventasia/eventasia-store "0.0.5.RELEASE"]