EventBus is a publish/subscribe event bus optimized for Android, simplifying communication between components.
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.3.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register a subscriber and handle events with EventBus.
Ensure you use @Subscribe annotation and register/unregister properly.
No dependency data recorded yet.