is not current version
Last Version 3.0.0-beta1

de.greenrobot:eventbus 2.3.0

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

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

de.greenrobot
ArtifactId

ArtifactId

eventbus
Version

Version

2.3.0
Type

Type

jar

Download eventbus 2.3.0


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