e

eventbus

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