Skip to content

com-nilportugues/eventbus

Repository files navigation

EventBus

Build Status

  • Provides definitions of the Event Bus interface.
  • Provides an EventPublisher implementation: LocalEventPublisher.

Installation

Add in your pom.xml file the jitpack.io repositories:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Now add the package as a dependency:

<dependencies>		
  <dependency>
    <groupId>com.github.com-nilportugues</groupId>
    <artifactId>eventbus</artifactId>
    <version>${eventbus.version}</version>
  </dependency>
</dependencies>  

Authors

License

The code base is licensed under the MIT license.