Event

D-Haven Event is a library designed to make it easier to develop event based processing systems. It also includes a CommandManager to handle certain activities behind the scenes in a controlled number of background threads. The library has been fully tested, and all dependencies have been brought to a minimum.

GroupId

GroupId

d-haven-event
ArtifactId

ArtifactId

event
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Event
D-Haven Event is a library designed to make it easier to develop event based processing systems. It also includes a CommandManager to handle certain activities behind the scenes in a controlled number of background threads. The library has been fully tested, and all dependencies have been brought to a minimum.
Project Organization

Project Organization

D-Haven.org

Download event

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
concurrent : concurrent jar 1.3.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1