Files download
File Operation
EventBus-2.8.1.5.jar download
EventBus-2.8.1.5.pom download
EventBus-2.8.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.send-to.gwt</groupId>
  <artifactId>EventBus</artifactId>
  <version>2.8.1.5</version>
</dependency>
Gradle Groovy
implementation 'ru.send-to.gwt:EventBus:2.8.1.5'
Gradle Kotlin
implementation("ru.send-to.gwt:EventBus:2.8.1.5")
Scala SBT
libraryDependencies += "ru.send-to.gwt" % "EventBus" % "2.8.1.5"
Groovy Grape
@Grapes(
  @Grab(group='ru.send-to.gwt', module='EventBus', version='2.8.1.5')
)
Apache Ivy
<dependency org="ru.send-to.gwt" name="EventBus" rev="2.8.1.5" />
Leiningen
[ru.send-to.gwt/EventBus "2.8.1.5"]
Apache Buildr
'ru.send-to.gwt:EventBus:jar:2.8.1.5'