EventBus

EventBus - Somewhat performant event bus used in Lexteam projects.

Лицензия

Лицензия

Категории

Категории

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

Группа

xyz.lexteam
Идентификатор

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

eventbus
Последняя версия

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

1.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

EventBus
EventBus - Somewhat performant event bus used in Lexteam projects.
Система контроля версий

Система контроля версий

https://github.com/Lexteam/EventBus

Скачать eventbus

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/xyz.lexteam/eventbus/ -->
<dependency>
    <groupId>xyz.lexteam</groupId>
    <artifactId>eventbus</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.lexteam/eventbus/
implementation 'xyz.lexteam:eventbus:1.5'
// https://jarcasting.com/artifacts/xyz.lexteam/eventbus/
implementation ("xyz.lexteam:eventbus:1.5")
'xyz.lexteam:eventbus:jar:1.5'
<dependency org="xyz.lexteam" name="eventbus" rev="1.5">
  <artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.lexteam', module='eventbus', version='1.5')
)
libraryDependencies += "xyz.lexteam" % "eventbus" % "1.5"
[xyz.lexteam/eventbus "1.5"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

EventBus Maven Central

EventBus is a lightweight performant event bus for Java 1.8.

Dependency Managers

EventBus is now in Maven Central and as such you do not need to add any more repositories.

Maven

<dependency>
    <groupId>xyz.lexteam</groupId>
    <artifactId>eventbus</artifactId>
    <version>1.3</version>
</dependency>

Gradle

compile 'xyz.lexteam:eventbus:1.3'
xyz.lexteam

Lexteam

Версии библиотеки

Версия
1.5
1.4
1.3