Last Version

EventBus 1.5

EventBus - Somewhat performant event bus used in Lexteam projects.

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

xyz.lexteam
ArtifactId

ArtifactId

eventbus
Version

Version

1.5
Type

Type

jar
Description

Description

EventBus
EventBus - Somewhat performant event bus used in Lexteam projects.
Source Code Management

Source Code Management

https://github.com/Lexteam/EventBus

Download eventbus 1.5


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.