is not current version
Last Version 3.0.3

TinyEventBus 3.0.1

A tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8 to 11.

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

cc.neckbeard
ArtifactId

ArtifactId

TinyEventBus
Version

Version

3.0.1
Type

Type

jar
Description

Description

TinyEventBus
A tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8 to 11.
Project URL

Project URL

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

Source Code Management

https://github.com/nothub/TinyEventBus

Download TinyEventBus 3.0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains : annotations jar 21.0.1
net.jodah : typetools jar 0.6.3

test (2)

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

Project Modules

There are no modules declared in this project.