is not current version
Last Version 0.0.13.RELEASE

com.github.eventasia:eventasia-framework 0.0.5.RELEASE

Eventasia is a Event Sourcing Framework for use with Spring Boot

GroupId

GroupId

com.github.eventasia
ArtifactId

ArtifactId

eventasia-framework
Version

Version

0.0.5.RELEASE
Type

Type

jar

Download eventasia-framework 0.0.5.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.eventasia/eventasia-framework/ -->
<dependency>
    <groupId>com.github.eventasia</groupId>
    <artifactId>eventasia-framework</artifactId>
    <version>0.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-framework/
implementation 'com.github.eventasia:eventasia-framework:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-framework/
implementation ("com.github.eventasia:eventasia-framework:0.0.5.RELEASE")
'com.github.eventasia:eventasia-framework:jar:0.0.5.RELEASE'
<dependency org="com.github.eventasia" name="eventasia-framework" rev="0.0.5.RELEASE">
  <artifact name="eventasia-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='eventasia-framework', version='0.0.5.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "eventasia-framework" % "0.0.5.RELEASE"
[com.github.eventasia/eventasia-framework "0.0.5.RELEASE"]