Jar examples for m: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 message delivery, weak or strong references, configurable message filters,
You can download jar file mbassador 1.2.4 in this page.
MIT license
You can use the following script to add mbassador-1.2.4.jar to your project.
<dependency> <groupId>net.engio</groupId> <artifactId>mbassador</artifactId> <version>1.2.4</version> </dependency>
compile group: 'net.engio', name: 'mbassador', version: '1.2.4'
libraryDependencies += "net.engio" % "mbassador" % "1.2.4"
<dependency org="net.engio" name="mbassador" rev="1.2.4"/>
@Grapes(@Grab(group='net.engio', module='mbassador', version='1.2.4'))
'net.engio:mbassador:jar:1.2.4'
Click the following link to download the jar file.
mbassador-1.2.4-javadoc.jar