Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdd-haven-eventbus |
ArtifactId | ArtifactIdeventbus |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvent Bus
D-Haven Event Bus is used to provide an event bus architecture for any
Java GUI based application. All the events are passed around on the
Swing event handling thread. The focus for this library is to get a
well tested solution to be used wherever it is needed.
|
Project Organization |
Project OrganizationD-Haven.org |
Filename | Size |
---|---|
eventbus-1.0.pom | |
eventbus-1.0.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/d-haven-eventbus/eventbus/ -->
<dependency>
<groupId>d-haven-eventbus</groupId>
<artifactId>eventbus</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/d-haven-eventbus/eventbus/
implementation 'd-haven-eventbus:eventbus:1.0'
// https://jarcasting.com/artifacts/d-haven-eventbus/eventbus/
implementation ("d-haven-eventbus:eventbus:1.0")
'd-haven-eventbus:eventbus:jar:1.0'
<dependency org="d-haven-eventbus" name="eventbus" rev="1.0">
<artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='d-haven-eventbus', module='eventbus', version='1.0')
)
libraryDependencies += "d-haven-eventbus" % "eventbus" % "1.0"
[d-haven-eventbus/eventbus "1.0"]