не последняя версия
Последняя версия 3.0.0-beta1

de.greenrobot:eventbus 2.2.1

EventBus is an Android optimized publish/subscribe event bus.

Категории

Категории

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

Группа

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

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

eventbus
Версия

Версия

2.2.1
Тип

Тип

jar

Скачать eventbus 2.2.1


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