is not current version
Last Version 0.0.2-rc3

io.github.alikelleci:eventify 0.0.2-beta

Event Sourcing framework for the JVM

GroupId

GroupId

io.github.alikelleci
ArtifactId

ArtifactId

eventify
Version

Version

0.0.2-beta
Type

Type

jar

Download eventify 0.0.2-beta


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