не последняя версия
Последняя версия 0.0.14

space.inevitable:eventbus 0.0.13

Event bus designed with the idea of open for extension close for modification principle

Категории

Категории

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

Группа

space.inevitable
Идентификатор

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

eventbus
Версия

Версия

0.0.13
Тип

Тип

jar

Скачать eventbus 0.0.13


<!-- 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"]