Skip to content

Siroshun09/Event4J

Repository files navigation

Maven Central Maven Central GitHub Workflow Status GitHub Javadoc

Event4J

Event4J is the simple event library for Java.

Requirements

  • Java 17+

Usage

For Maven:

    <dependency>
        <groupId>com.github.siroshun09.event4j</groupId>
        <artifactId>event4j</artifactId>
        <version>3.2.1</version>
    </dependency>

For Gradle:

    dependencies {
        compile 'com.github.siroshun09.event4j:event4j:3.2.1'
    }
    dependencies {
        implementation("com.github.siroshun09.event4j:event4j:3.2.1")
    }

Documentations

Javadoc: https://siroshun09.github.io/Event4J/latest

License

This project is under the MIT license. Please see LICENSE for more info.

Copyright © 2020-2024, Siroshun09