Skip to content

Siroshun09/Event4J

Repository files navigation

Maven Central GitHub Workflow Status GitHub Javadoc

Event4J

Event4J is the simple event library for Java.

Requirements

  • Java 17+

Usage

If you need implementations of api, you can change event4j-api to event4j-tree.

For Maven:

    <dependency>
        <groupId>dev.siroshun.event4j</groupId>
        <artifactId>event4j-api</artifactId>
        <version>4.0.1</version>
    </dependency>

For Gradle:

    dependencies {
        compile 'dev.siroshun.event4j:event4j-api:4.0.1'
    }
    dependencies {
        implementation("dev.siroshun.event4j:event4j-api:4.0.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-2025, Siroshun09