EventBus
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'