org.timothyb89:eventbus

An event distpaching library.

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

org.timothyb89
ArtifactId

ArtifactId

eventbus
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

org.timothyb89:eventbus
An event distpaching library.
Project URL

Project URL

http://github.com/timothyb89/eventbus

Download eventbus

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.12.6
org.slf4j : slf4j-api jar 1.7.2

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.1
1.0