ccetl / Flashlight

Efficient event system for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flashlight

This Java library provides a feature-rich event system implementation.

Usage

To integrate the event system into your project, follow these steps:

  1. Add the following repository to your build.gradle file under the repositories section:
    maven { url 'https://jitpack.io' }
    
  2. Add the dependency to your build.gradle file under the dependencies section:
    implementation 'com.github.ccetl:flashlight:version'
    

Replace version with the desired version of the project.
The latest version can be found here:

About

Efficient event system for Java

License:MIT License


Languages

Language:Java 100.0%