EventBus

A simple but powerful publish-subscribe API that is based on class semantics and/or string (topic) matching.

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

org.bushe
ArtifactId

ArtifactId

eventbus
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

EventBus
A simple but powerful publish-subscribe API that is based on class semantics and/or string (topic) matching.
Project Organization

Project Organization

Bushe Enterprises, Inc.

Download eventbus

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3