| License |
License |
|---|---|
| GroupId | GroupIdcom.dorkbox |
| ArtifactId | ArtifactIdMessageBus |
| Last Version | Last Version2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMessageBus
Lightweight, extremely fast, and zero-gc message/event bus for Java 8+
|
| Project Organization |
Project OrganizationDorkbox LLC |
| Filename | Size |
|---|---|
| MessageBus-2.4.pom | |
| MessageBus-2.4.jar | 65 KB |
| MessageBus-2.4-sources.jar | 69 KB |
| MessageBus-2.4-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/MessageBus/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MessageBus</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/MessageBus/
implementation 'com.dorkbox:MessageBus:2.4'
// https://jarcasting.com/artifacts/com.dorkbox/MessageBus/
implementation ("com.dorkbox:MessageBus:2.4")
'com.dorkbox:MessageBus:jar:2.4'
<dependency org="com.dorkbox" name="MessageBus" rev="2.4">
<artifact name="MessageBus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='MessageBus', version='2.4')
)
libraryDependencies += "com.dorkbox" % "MessageBus" % "2.4"
[com.dorkbox/MessageBus "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.dorkbox : Updates | jar | 1.0 |
| com.dorkbox : Utilities | jar | 1.9 |
| com.lmax : disruptor | jar | 3.4.2 |
| com.conversantmedia : disruptor | jar | 1.2.19 |
| org.ow2.asm : asm | jar | 9.1 |
| com.esotericsoftware : reflectasm | jar | 1.11.9 |
| org.slf4j : slf4j-api | jar | 1.7.30 |