is not current version
Last Version 3.3.1

org.greenrobot:eventbus 3.1.0-RC

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.1.0-RC
Type

Type

jar

Download eventbus 3.1.0-RC


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