Event-manager

A library to deal with event subscriptions and dispatches

License

License

GroupId

GroupId

com.github.thehilikus.events
ArtifactId

ArtifactId

event-manager
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Event-manager
A library to deal with event subscriptions and dispatches
Project URL

Project URL

https://github.com/theHilikus/Event-manager
Source Code Management

Source Code Management

https://github.com/theHilikus/Event-Manager

Download event-manager

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.13

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.8.5
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0