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