| Категории |
КатегорииEventBus Библиотеки уровня приложения Messaging |
|---|---|
| Группа | Группаorg.greenrobot |
| Идентификатор | Идентификаторeventbus |
| Версия | Версия3.1.0-RC |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| eventbus-3.1.0-RC.pom | |
| eventbus-3.1.0-RC.jar | 57 KB |
| eventbus-3.1.0-RC-sources.jar | 41 KB |
| eventbus-3.1.0-RC-javadoc.jar | 142 KB |
| Обзор |
<!-- 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"]