Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 485 Bytes

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'