This Java library provides a feature-rich event system implementation.
To integrate the event system into your project, follow these steps:
- Add the following repository to your
build.gradle
file under therepositories
section:maven { url 'https://jitpack.io' }
- Add the dependency to your
build.gradle
file under thedependencies
section:implementation 'com.github.ccetl:flashlight:version'
Replace version
with the desired version of the project.
The latest version can be found here: