Jar examples for d:d-haven-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.
You can download jar file d-haven-event 1.0.3 in this page.
You can use the following script to add d-haven-event-1.0.3.jar to your project.
<dependency> <groupId>d-haven-event</groupId> <artifactId>d-haven-event</artifactId> <version>1.0.3</version> </dependency>
compile group: 'd-haven-event', name: 'd-haven-event', version: '1.0.3'
libraryDependencies += "d-haven-event" % "d-haven-event" % "1.0.3"
<dependency org="d-haven-event" name="d-haven-event" rev="1.0.3"/>
@Grapes(@Grab(group='d-haven-event', module='d-haven-event', version='1.0.3'))
'd-haven-event:d-haven-event:jar:1.0.3'
Click the following link to download the jar file.
d-haven-event-1.0.3.jar