is not current version
Last Version 0.0.2-rc3

eventify 0.0.1

Event Sourcing framework for the JVM

License

License

GroupId

GroupId

io.github.alikelleci
ArtifactId

ArtifactId

eventify
Version

Version

0.0.1
Type

Type

jar
Description

Description

eventify
Event Sourcing framework for the JVM

Download eventify 0.0.1


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

Dependencies

compile (18)

Group / Artifact Type Version
org.apache.kafka : kafka-clients jar 2.7.0
org.apache.kafka : kafka-streams jar 2.7.0
org.springframework : spring-core jar 5.3.3
com.fasterxml.jackson.core : jackson-core jar 2.11.3
com.fasterxml.jackson.core : jackson-databind jar 2.11.3
com.fasterxml.jackson.core : jackson-annotations jar 2.11.3
com.fasterxml.jackson.module : jackson-module-parameter-names jar 2.11.3
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.11.3
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.11.3
org.apache.commons : commons-lang3 jar 3.12.0
org.apache.commons : commons-collections4 jar 4.4
net.jodah : failsafe jar 2.4.0
com.github.f4b6a3 : ulid-creator jar 3.2.0
com.github.ben-manes.caffeine : caffeine jar 2.9.0
org.hibernate.validator : hibernate-validator jar 6.1.5.Final
org.hibernate.validator : hibernate-validator-annotation-processor jar 6.1.5.Final
javax.el : javax.el-api jar 3.0.0
org.glassfish.web : javax.el jar 2.2.6

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.20

Project Modules

There are no modules declared in this project.