MVN

cc.neckbeard : TinyEventBus

Maven & Gradle

Dec 31, 2021
15 stars

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

<dependency>
    <groupId>cc.neckbeard</groupId>
    <artifactId>TinyEventBus</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.neckbeard : TinyEventBus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of cc.neckbeard : TinyEventBus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
TinyEventBus-3.0.3
TinyEventBus-3.0.2
TinyEventBus-3.0.1
TinyEventBus-3.0.0
2.0.x
TinyEventBus-2.0.7
TinyEventBus-2.0.6
TinyEventBus-2.0.5
TinyEventBus-2.0.1
TinyEventBus-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.neckbeard</groupId>
    <artifactId>TinyEventBus</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.neckbeard : TinyEventBus gradle dependency to your build.gradle file:

implementation 'cc.neckbeard:TinyEventBus:3.0.3'

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

implementation("cc.neckbeard:TinyEventBus:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.neckbeard : TinyEventBus sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.neckbeard" % "TinyEventBus" % "3.0.3"

Advertisement

Dependencies from Group

Dec 31, 2021
15 stars
Jul 07, 2021
3 stars
Jul 07, 2021
0 stars
Aug 07, 2021
0 stars
Aug 07, 2021
0 stars

Discover Dependencies

Oct 17, 2022
58 stars
Jul 13, 2022
88 stars
Jul 13, 2022
88 stars
Jul 13, 2022
88 stars
Feb 12, 2021
1 stars
Feb 16, 2021
0 stars
Feb 12, 2021
1 stars