Capable, versatile, and easy to use Java event library.
- Easily define your own events, listeners, & event buses.
- Out-of-the-box support for any scenario.
- Performant.
- Fully documented.
Maven
<dependency>
<groupId>dev.7ori</groupId>
<artifactId>wraith</artifactId>
<version>4.1.0</version>
</dependency>
Gradle
dependencies {
implementation 'dev.7ori:wraith:4.1.0'
}
Gradle (Kotlin)
dependencies {
implementation("dev.7ori:wraith:4.1.0")
}
Wraith and its sources can be downloaded here.
The MIT License is a permissive open-source license that allows you to use, modify, and distribute the software for both personal and commercial purposes. You are not required to share your changes, but you must include the original copyright notice and disclaimer in your distribution. The software is provided "as is," without any warranties or conditions.