EventBus

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
Last Version

Last Version

1.5
Release Date

Release Date

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

How to add to project

<!-- 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.

EventBus Maven Central

EventBus is a lightweight performant event bus for Java 1.8.

Dependency Managers

EventBus is now in Maven Central and as such you do not need to add any more repositories.

Maven

<dependency>
    <groupId>xyz.lexteam</groupId>
    <artifactId>eventbus</artifactId>
    <version>1.3</version>
</dependency>

Gradle

compile 'xyz.lexteam:eventbus:1.3'
xyz.lexteam

Lexteam

Versions

Version
1.5
1.4
1.3