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