Skip to content

Releases: BrokenEarthDev/EventBus

EventBus

Choose a tag to compare

@BrokenEarthDev BrokenEarthDev released this 11 Sep 15:20
e0d6b47

More information in the wiki

MAVEN

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

<dependency>
  <groupId>com.github.BrokenEarthDev</groupId>
  <artifactId>EventBus</artifactId>
  <version>4.0</version>
</dependency>

GRADLE

repositories {
	maven { url 'https://jitpack.io' }
}


dependencies {
	compile 'com.github.BrokenEarthDev:EventBus:4.0'
}

EventBus

Choose a tag to compare

@BrokenEarthDev BrokenEarthDev released this 29 Aug 17:57
786d0c3
v3.3

Updated EventBus