Эксперт ХД

net.engio:mbassador (1.3.2)

Published 2026-09-15 10:11:09 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.engio</groupId>
	<artifactId>mbassador</artifactId>
	<version>1.3.2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=net.engio:mbassador:1.3.2

About this package

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,

Dependencies

junit:junit
4.12
org.mockito:mockito-core
1.10.19
org.slf4j:slf4j-api
1.7.5
org.slf4j:slf4j-log4j12
1.7.5
javax.el:el-api
2.2
de.odysseus.juel:juel-impl
2.2.7
de.odysseus.juel:juel-spi
2.2.7
Details
Maven
2026-09-15 10:11:09 +00:00
274
mbassador
MIT license
110 KiB
Assets (2)
Versions (1) View all
1.3.2 2026-09-15