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

org.timothyb89:eventbus 1.0

An event distpaching library.

Категории

Категории

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

Группа

org.timothyb89
Идентификатор

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

eventbus
Версия

Версия

1.0
Тип

Тип

jar

Скачать eventbus 1.0


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