e

eventbus

EventBus is a publish/subscribe event bus optimized for Android .
http://greenrobot.org/eventbus/
The Apache Software License, Version 2.0
greenrobot
greenrobot
Files download
File Operation
eventbus-3.1.1.jar download
eventbus-3.1.1.pom download
eventbus-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.greenrobot</groupId>
  <artifactId>eventbus</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.greenrobot:eventbus:3.1.1'
Gradle Kotlin
implementation("org.greenrobot:eventbus:3.1.1")
Scala SBT
libraryDependencies += "org.greenrobot" % "eventbus" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.greenrobot', module='eventbus', version='3.1.1')
)
Apache Ivy
<dependency org="org.greenrobot" name="eventbus" rev="3.1.1" />
Leiningen
[org.greenrobot/eventbus "3.1.1"]
Apache Buildr
'org.greenrobot:eventbus:jar:3.1.1'
Dependencies
The project has no third-party dependencies