is not current version
Last Version 2.4

com.dorkbox:MessageBus 1.4

Lightweight, extremely fast, zero-gc message/event bus

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

MessageBus
Version

Version

1.4
Type

Type

jar

Download MessageBus 1.4


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