Last Version

TinyEventBus 3.0.3

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
Version

Version

3.0.3
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 3.0.3


<!-- 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.