Download mbassador-1.1.9.jar file - Jar m

Jar examples for m:mbassador

Description

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.1.9 in this page.

License

MIT license

Build File

You can use the following script to add mbassador-1.1.9.jar to your project.

<dependency>
   <groupId>net.engio</groupId>
   <artifactId>mbassador</artifactId>
   <version>1.1.9</version>
</dependency>
compile group: 'net.engio', name: 'mbassador', version: '1.1.9'
libraryDependencies += "net.engio" % "mbassador" % "1.1.9"
<dependency org="net.engio" name="mbassador" rev="1.1.9"/>
@Grapes(@Grab(group='net.engio', module='mbassador', version='1.1.9'))
'net.engio:mbassador:jar:1.1.9'

Download

Click the following link to download the jar file.

mbassador-1.1.9-javadoc.jar
mbassador-1.1.9-sources.jar
mbassador-1.1.9.jar
mbassador-1.1.9.pom



Related Tutorials