An open API service indexing awesome lists of open source software.

https://github.com/siroshun09/event4j

An event library for Java
https://github.com/siroshun09/event4j

event java library

Last synced: 9 months ago
JSON representation

An event library for Java

Awesome Lists containing this project

README

          

![Maven Central](https://img.shields.io/maven-central/v/dev.siroshun.event4j/event4j-api)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Siroshun09/Event4J/build.yml?branch=master)
![GitHub](https://img.shields.io/github/license/Siroshun09/Event4J)
[![Javadoc](https://img.shields.io/badge/javadoc-page-orange)](https://siroshun09.github.io/Event4J/latest)

# 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:

```xml

dev.siroshun.event4j
event4j-api
4.0.2

```

#### For Gradle:

```groovy
dependencies {
compile 'dev.siroshun.event4j:event4j-api:4.0.2'
}
```

```kotlin
dependencies {
implementation("dev.siroshun.event4j:event4j-api:4.0.2")
}
```

## Documentations

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

## License

This project is under the MIT license. Please see [LICENSE](LICENSE) for more info.

Copyright © 2020-2025, Siroshun09