MVN

io.es4j : es4j

Maven & Gradle

Aug 21, 2023
2 stars

es4j · A framework based on the vert.x stack that aims to facilitate the implementation of event sourcing

<dependency>
    <groupId>io.es4j</groupId>
    <artifactId>es4j</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.es4j : es4j to add to Maven - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of io.es4j : es4j to add to Maven - All Versions:

Version Vulnerabilities Updated
0.13
es4j-0.13
v0.0.x
es4j-v0.0.12
main
es4j-main

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.es4j</groupId>
    <artifactId>es4j</artifactId>
    <version>0.13</version>
</dependency>

Advertisement