MVN

net.engio : mbassador

Maven & Gradle

Mar 07, 2018
23 usages
939 stars

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,

<dependency>
    <groupId>net.engio</groupId>
    <artifactId>mbassador</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.engio : mbassador to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of net.engio : mbassador to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
mbassador-1.3.2
mbassador-1.3.1
mbassador-1.3.0
1.2.x
mbassador-1.2.4.2
mbassador-1.2.4
mbassador-1.2.3
mbassador-1.2.1
mbassador-1.2.0
1.1.x
mbassador-1.1.10
mbassador-1.1.9
mbassador-1.1.7
mbassador-1.1.6
mbassador-1.1.3
mbassador-1.1.1
mbassador-1.1.0

How to add a dependency to Maven

Add the following net.engio : mbassador maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.engio</groupId>
    <artifactId>mbassador</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.engio : mbassador gradle dependency to your build.gradle file:

implementation 'net.engio:mbassador:1.3.2'

Gradle Kotlin DSL: Add the following net.engio : mbassador gradle kotlin dependency to your build.gradle.kts file:

implementation("net.engio:mbassador:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.engio : mbassador sbt scala dependency to your build.sbt file:

libraryDependencies += "net.engio" % "mbassador" % "1.3.2"

Advertisement

Dependencies from Group

Mar 07, 2018
23 usages
939 stars
Oct 04, 2016
1 usages
3 stars
lab
Oct 04, 2016
1 stars

Discover Dependencies

Dec 04, 2019
5 usages
Feb 24, 2016
7 usages
Feb 24, 2016
2 usages
Sep 17, 2015
2 stars
Jan 09, 2019
60 usages
43 stars
Sep 17, 2015
14 stars
May 19, 2023
1 usages
Oct 07, 2015
0 stars
Apr 25, 2023
2 usages
184 stars