mbassador

Mbassador is a fast and flexible event bus system following the publish subscribe pattern. It is designed for ease of use and aims to be feature rich and extensible while preserving resource efficiency and performance. It provides non-blocking iterators and minimal write contention with low memory footprint. Some features: declarative handler definition via annotations, sync and/or async event delivery, weak or strong references, configurable event filters,

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.engio
Идентификатор

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

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

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

1.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

mbassador
Mbassador is a fast and flexible event bus system following the publish subscribe pattern. It is designed for ease of use and aims to be feature rich and extensible while preserving resource efficiency and performance. It provides non-blocking iterators and minimal write contention with low memory footprint. Some features: declarative handler definition via annotations, sync and/or async event delivery, weak or strong references, configurable event filters,
Ссылка на сайт

Ссылка на сайт

https://github.com/bennidi/mbassador

Скачать mbassador

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

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
javax.el : el-api jar 2.2

runtime (2)

Идентификатор библиотеки Тип Версия
de.odysseus.juel : juel-impl Необязательный jar 2.2.7
de.odysseus.juel : juel-spi Необязательный jar 2.2.7

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-log4j12 jar 1.7.5

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

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

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

Версия
1.3.2
1.3.1
1.3.0
1.2.4.2
1.2.4
1.2.3
1.2.1
1.2.0
1.1.10
1.1.9
1.1.7
1.1.6
1.1.3
1.1.1
1.1.0