не последняя версия
Последняя версия 3.3.1

org.greenrobot:eventbus 3.1.0-RC

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

Категории

Категории

EventBus Библиотеки уровня приложения Messaging
Группа

Группа

org.greenrobot
Идентификатор

Идентификатор

eventbus
Версия

Версия

3.1.0-RC
Тип

Тип

jar

Скачать 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"]