Download event-1.0.100-v20070516.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 1.0.100-v20070516 in this page.

License

Eclipse Public License - v 1.0

Build File

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

<dependency>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>event</artifactId>
   <version>1.0.100-v20070516</version>
</dependency>
compile group: 'org.eclipse.equinox', name: 'event', version: '1.0.100-v20070516'
libraryDependencies += "org.eclipse.equinox" % "event" % "1.0.100-v20070516"
<dependency org="org.eclipse.equinox" name="event" rev="1.0.100-v20070516"/>
@Grapes(@Grab(group='org.eclipse.equinox', module='event', version='1.0.100-v20070516'))
'org.eclipse.equinox:event:jar:1.0.100-v20070516'

Download

Click the following link to download the jar file.

event-1.0.100-v20070516.jar
event-1.0.100-v20070516.pom



Related Tutorials