Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 1.83 KB

File metadata and controls

72 lines (52 loc) · 1.83 KB

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.2.0</version>
</dependency>
Gradle
dependencies {
    implementation 'dev.7ori:wraith:4.2.0'
}
Gradle (Kotlin)
dependencies {
    implementation("dev.7ori:wraith:4.2.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.