| Категории |
КатегорииEventBus Библиотеки уровня приложения Messaging |
|---|---|
| Группа | Группаorg.timothyb89 |
| Идентификатор | Идентификаторeventbus |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| eventbus-1.0.pom | |
| eventbus-1.0.jar | 16 KB |
| eventbus-1.0-sources.jar | 10 KB |
| eventbus-1.0-javadoc.jar | 110 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.timothyb89/eventbus/ -->
<dependency>
<groupId>org.timothyb89</groupId>
<artifactId>eventbus</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.timothyb89/eventbus/
implementation 'org.timothyb89:eventbus:1.0'
// https://jarcasting.com/artifacts/org.timothyb89/eventbus/
implementation ("org.timothyb89:eventbus:1.0")
'org.timothyb89:eventbus:jar:1.0'
<dependency org="org.timothyb89" name="eventbus" rev="1.0">
<artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.timothyb89', module='eventbus', version='1.0')
)
libraryDependencies += "org.timothyb89" % "eventbus" % "1.0"
[org.timothyb89/eventbus "1.0"]