Download eventbus-3.0.0.20130526.jar file - Jar e

Jar examples for e:eventbus

Description

D-Haven Event Bus is used to provide an event bus architecture for any Java GUI based application. All the events are passed around on the Swing event handling thread. The focus for this library is to get a well tested solution to be used wherever it is needed.

You can download jar file eventbus 3.0.0.20130526 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add eventbus-3.0.0.20130526.jar to your project.

<dependency>
   <groupId>net.sf.sociaal</groupId>
   <artifactId>eventbus</artifactId>
   <version>3.0.0.20130526</version>
</dependency>
compile group: 'net.sf.sociaal', name: 'eventbus', version: '3.0.0.20130526'
libraryDependencies += "net.sf.sociaal" % "eventbus" % "3.0.0.20130526"
<dependency org="net.sf.sociaal" name="eventbus" rev="3.0.0.20130526"/>
@Grapes(@Grab(group='net.sf.sociaal', module='eventbus', version='3.0.0.20130526'))
'net.sf.sociaal:eventbus:jar:3.0.0.20130526'

Download

Click the following link to download the jar file.

eventbus-3.0.0.20130526-javadoc.jar
eventbus-3.0.0.20130526-sources.jar
eventbus-3.0.0.20130526.jar
eventbus-3.0.0.20130526.pom



Related Tutorials