Last Version

EventBus 3.3.1

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

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

eventbus
Version

Version

3.3.1
Type

Type

aar
Description

Description

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

Project URL

https://greenrobot.org/eventbus/
Project Organization

Project Organization

greenrobot
Source Code Management

Source Code Management

https://github.com/greenrobot/EventBus

Download eventbus 3.3.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.greenrobot : eventbus-java jar 3.3.1

Project Modules

There are no modules declared in this project.