Download event-0.0.3.jar file - Jar e

Jar examples for e:event

Description

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 event 0.0.3 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add event-0.0.3.jar to your project.

<dependency>
   <groupId>null</groupId>
   <artifactId>event</artifactId>
   <version>0.0.3</version>
</dependency>
compile group: 'null', name: 'event', version: '0.0.3'
libraryDependencies += "null" % "event" % "0.0.3"
<dependency org="null" name="event" rev="0.0.3"/>
@Grapes(@Grab(group='null', module='event', version='0.0.3'))
'null:event:jar:0.0.3'

Download

Click the following link to download the jar file.

event-0.0.3-javadoc.jar
event-0.0.3-sources.jar
event-0.0.3.jar
event-0.0.3.pom



Related Tutorials