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 21+

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.1.0</version>
    </dependency>

For Gradle:

dependencies {
    compile 'dev.siroshun.event4j:event4j-api:4.1.0'
}
dependencies {
    implementation("dev.siroshun.event4j:event4j-api:4.1.0")
}

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

About

An event library for Java

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages