Event4J is the simple event library for Java.
- Java 21+
If you need implementations of api, you can change event4j-api to event4j-tree.
    <dependency>
        <groupId>dev.siroshun.event4j</groupId>
        <artifactId>event4j-api</artifactId>
        <version>4.1.0</version>
    </dependency>dependencies {
    compile 'dev.siroshun.event4j:event4j-api:4.1.0'
}dependencies {
    implementation("dev.siroshun.event4j:event4j-api:4.1.0")
}Javadoc: https://siroshun09.github.io/Event4J/latest
This project is under the MIT license. Please see LICENSE for more info.
Copyright © 2020-2025, Siroshun09