eventbus

Event bus implementation for Java

BSD-3-CLAUSE License

Stars
8

eventbus

Event bus implementation for Java.

How to use it

Maven

Add the dependency

<dependency>
    <groupId>com.github.mouse0w0</groupId>
    <artifactId>eventbus</artifactId>
    <version>3.0.1</version>
</dependency>

Gradle

Step 1. Add the Central repository to your build file

Add it in your root build.gradle at the end of repositories:

	repositories {
		mavenCentral()
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.mouse0w0:eventbus:3.0.1'
	}
Package Rankings
Top 38.04% on Repo1.maven.org
Badges
Extracted from project README
Maven Central