| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группа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,
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| mbassador-1.3.2.pom | |
| mbassador-1.3.2.jar | 46 KB |
| mbassador-1.3.2-sources.jar | 26 KB |
| mbassador-1.3.2-javadoc.jar | 233 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.el : el-api | jar | 2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.odysseus.juel : juel-impl Необязательный | jar | 2.2.7 |
| de.odysseus.juel : juel-spi Необязательный | jar | 2.2.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |