Jar examples for e:eventbus
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.1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add eventbus-3.1.1.jar to your project.
<dependency> <groupId>org.greenrobot</groupId> <artifactId>eventbus</artifactId> <version>3.1.1</version> </dependency>
compile group: 'org.greenrobot', name: 'eventbus', version: '3.1.1'
libraryDependencies += "org.greenrobot" % "eventbus" % "3.1.1"
<dependency org="org.greenrobot" name="eventbus" rev="3.1.1"/>
@Grapes(@Grab(group='org.greenrobot', module='eventbus', version='3.1.1'))
'org.greenrobot:eventbus:jar:3.1.1'
Click the following link to download the jar file.
eventbus-3.1.1-javadoc.jar