Skip to content

A capable yet straightforward Java event handler. Fully documented, thoroughly tested, and extremely customizable.

License

Notifications You must be signed in to change notification settings

7orivorian/Wraith

Repository files navigation

Wraith

GitHub Release Maven Central Version GitHub License GitHub Downloads (all assets, all releases)

Capable, versatile, and easy to use Java event library.

Features

  • Easily define your own events, listeners, & event buses.
  • Out-of-the-box support for any scenario.
  • Performant.
  • Fully documented.

Usage

Import with Build Automation

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")
}

Download a Jar

Wraith and its sources can be downloaded here.

License

Wraith is licensed under MIT.

MIT License Summary:

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.

About

A capable yet straightforward Java event handler. Fully documented, thoroughly tested, and extremely customizable.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Contributors 2

  •  
  •  

Languages