is not current version
Last Version 3.3.1

org.greenrobot:eventbus 3.3.0

EventBus is a publish/subscribe event bus optimized for Android.

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

eventbus
Version

Version

3.3.0
Type

Type

aar

Download eventbus 3.3.0


<!-- https://jarcasting.com/artifacts/org.greenrobot/eventbus/ -->
<dependency>
    <groupId>org.greenrobot</groupId>
    <artifactId>eventbus</artifactId>
    <version>3.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/eventbus/
implementation 'org.greenrobot:eventbus:3.3.0'
// https://jarcasting.com/artifacts/org.greenrobot/eventbus/
implementation ("org.greenrobot:eventbus:3.3.0")
'org.greenrobot:eventbus:aar:3.3.0'
<dependency org="org.greenrobot" name="eventbus" rev="3.3.0">
  <artifact name="eventbus" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='eventbus', version='3.3.0')
)
libraryDependencies += "org.greenrobot" % "eventbus" % "3.3.0"
[org.greenrobot/eventbus "3.3.0"]