Last Version

Event Bus 1.2.0

An event handling library for Java utilizing annotations.

License

License

GroupId

GroupId

dev.kske
ArtifactId

ArtifactId

event-bus
Version

Version

1.2.0
Type

Type

pom
Description

Description

Event Bus
An event handling library for Java utilizing annotations.
Project URL

Project URL

https://git.kske.dev/kske/event-bus
Source Code Management

Source Code Management

https://git.kske.dev/kske/event-bus

Download event-bus 1.2.0

Filename Size
event-bus-1.2.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/dev.kske/event-bus/ -->
<dependency>
    <groupId>dev.kske</groupId>
    <artifactId>event-bus</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.kske/event-bus/
implementation 'dev.kske:event-bus:1.2.0'
// https://jarcasting.com/artifacts/dev.kske/event-bus/
implementation ("dev.kske:event-bus:1.2.0")
'dev.kske:event-bus:pom:1.2.0'
<dependency org="dev.kske" name="event-bus" rev="1.2.0">
  <artifact name="event-bus" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.kske', module='event-bus', version='1.2.0')
)
libraryDependencies += "dev.kske" % "event-bus" % "1.2.0"
[dev.kske/event-bus "1.2.0"]

Dependencies

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

Project Modules

  • event-bus-core
  • event-bus-proc