EventBus

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

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

de.greenrobot
ArtifactId

ArtifactId

eventbus
Last Version

Last Version

3.0.0-beta1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/greenrobot/EventBus
Project Organization

Project Organization

greenrobot
Source Code Management

Source Code Management

https://github.com/greenrobot/EventBus

Download eventbus

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0-beta1
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.1.0-beta-1
2.0.2
2.0.1