Skip to content

EventBus - Somewhat performant event bus used in Lexteam projects.

License

Notifications You must be signed in to change notification settings

Lexteam/EventBus

Repository files navigation

EventBus Maven Central

EventBus is a lightweight performant event bus for Java 1.8.

Dependency Managers

EventBus is now in Maven Central and as such you do not need to add any more repositories.

Maven

<dependency>
    <groupId>xyz.lexteam</groupId>
    <artifactId>eventbus</artifactId>
    <version>1.3</version>
</dependency>

Gradle

compile 'xyz.lexteam:eventbus:1.3'

About

EventBus - Somewhat performant event bus used in Lexteam projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages