EventBus is a publish/subscribe event bus optimized for Android .
'org.greenrobot:eventbus:3.0.0'
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.0.0</version>
</dependency>
<dependency org="org.greenrobot" name="eventbus" rev="3.0.0"/>
"org.greenrobot", "eventbus", "3.0.0"