TinyEventBus

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

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

cc.neckbeard
ArtifactId

ArtifactId

TinyEventBus
Last Version

Last Version

3.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/nothub/TinyEventBus
Source Code Management

Source Code Management

https://github.com/nothub/TinyEventBus

Download TinyEventBus

How to add to project

<!-- https://jarcasting.com/artifacts/cc.neckbeard/TinyEventBus/ -->
<dependency>
    <groupId>cc.neckbeard</groupId>
    <artifactId>TinyEventBus</artifactId>
    <version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cc.neckbeard/TinyEventBus/
implementation 'cc.neckbeard:TinyEventBus:3.0.3'
// https://jarcasting.com/artifacts/cc.neckbeard/TinyEventBus/
implementation ("cc.neckbeard:TinyEventBus:3.0.3")
'cc.neckbeard:TinyEventBus:jar:3.0.3'
<dependency org="cc.neckbeard" name="TinyEventBus" rev="3.0.3">
  <artifact name="TinyEventBus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.neckbeard', module='TinyEventBus', version='3.0.3')
)
libraryDependencies += "cc.neckbeard" % "TinyEventBus" % "3.0.3"
[cc.neckbeard/TinyEventBus "3.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
net.jodah : typetools jar 0.6.3

provided (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 23.0.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
net.jodah : concurrentunit jar 0.4.6

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.3
3.0.2
3.0.1
3.0.0
2.0.7
2.0.6
2.0.5
2.0.1
2.0.0