License |
License |
---|---|
GroupId | GroupIdio.github.alikelleci |
ArtifactId | ArtifactIdeventify |
Version | Version0.0.2-rc1 |
Type | Typejar |
Description |
Descriptioneventify
Event Sourcing framework for the JVM
|
Filename | Size |
---|---|
eventify-0.0.2-rc1.pom | |
eventify-0.0.2-rc1.jar | 116 KB |
eventify-0.0.2-rc1-sources.jar | 48 KB |
eventify-0.0.2-rc1-javadoc.jar | 853 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.alikelleci/eventify/ -->
<dependency>
<groupId>io.github.alikelleci</groupId>
<artifactId>eventify</artifactId>
<version>0.0.2-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify/
implementation 'io.github.alikelleci:eventify:0.0.2-rc1'
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify/
implementation ("io.github.alikelleci:eventify:0.0.2-rc1")
'io.github.alikelleci:eventify:jar:0.0.2-rc1'
<dependency org="io.github.alikelleci" name="eventify" rev="0.0.2-rc1">
<artifact name="eventify" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alikelleci', module='eventify', version='0.0.2-rc1')
)
libraryDependencies += "io.github.alikelleci" % "eventify" % "0.0.2-rc1"
[io.github.alikelleci/eventify "0.0.2-rc1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |