Event4J is the simple event library for Java.
- Java 17+
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.0.1</version>
</dependency>
dependencies {
compile 'dev.siroshun.event4j:event4j-api:4.0.1'
}
dependencies {
implementation("dev.siroshun.event4j:event4j-api:4.0.1")
}
Javadoc: https://siroshun09.github.io/Event4J/latest
This project is under the MIT license. Please see LICENSE for more info.
Copyright © 2020-2025, Siroshun09