MVN

lol.hub : TinyEventBus

Maven & Gradle

Sep 24, 2022
15 stars

TinyEventBus · Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11 and 17.

<dependency>
    <groupId>lol.hub</groupId>
    <artifactId>TinyEventBus</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of lol.hub : TinyEventBus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of lol.hub : TinyEventBus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
TinyEventBus-4.0.1
TinyEventBus-4.0.0

How to add a dependency to Maven

Add the following lol.hub : TinyEventBus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>lol.hub</groupId>
    <artifactId>TinyEventBus</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following lol.hub : TinyEventBus gradle dependency to your build.gradle file:

implementation 'lol.hub:TinyEventBus:4.0.1'

Gradle Kotlin DSL: Add the following lol.hub : TinyEventBus gradle kotlin dependency to your build.gradle.kts file:

implementation("lol.hub:TinyEventBus:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following lol.hub : TinyEventBus sbt scala dependency to your build.sbt file:

libraryDependencies += "lol.hub" % "TinyEventBus" % "4.0.1"