https://github.com/siroshun09/event4j
An event library for Java
https://github.com/siroshun09/event4j
event java library
Last synced: 9 months ago
JSON representation
An event library for Java
- Host: GitHub
- URL: https://github.com/siroshun09/event4j
- Owner: Siroshun09
- License: mit
- Created: 2020-09-26T06:01:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-21T09:30:21.000Z (10 months ago)
- Last Synced: 2025-09-21T10:25:31.688Z (10 months ago)
- Topics: event, java, library
- Language: Java
- Homepage: https://siroshun09.github.io/Event4J/latest/
- Size: 1.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



[](https://siroshun09.github.io/Event4J/latest)
# Event4J
Event4J is the simple event library for Java.
## Requirements
- Java 21+
## Usage
If you need implementations of api, you can change `event4j-api` to `event4j-tree`.
#### For Maven:
```xml
dev.siroshun.event4j
event4j-api
4.0.2
```
#### For Gradle:
```groovy
dependencies {
compile 'dev.siroshun.event4j:event4j-api:4.0.2'
}
```
```kotlin
dependencies {
implementation("dev.siroshun.event4j:event4j-api:4.0.2")
}
```
## Documentations
Javadoc: https://siroshun09.github.io/Event4J/latest
## License
This project is under the MIT license. Please see [LICENSE](LICENSE) for more info.
Copyright © 2020-2025, Siroshun09