Download event-bus-1.32.0.jar file - Jar e

Jar examples for e:event-bus

Description

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

You can download jar file event-bus 1.32.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.bq.corbel</groupId>
   <artifactId>event-bus</artifactId>
   <version>1.32.0</version>
</dependency>
compile group: 'com.bq.corbel', name: 'event-bus', version: '1.32.0'
libraryDependencies += "com.bq.corbel" % "event-bus" % "1.32.0"
<dependency org="com.bq.corbel" name="event-bus" rev="1.32.0"/>
@Grapes(@Grab(group='com.bq.corbel', module='event-bus', version='1.32.0'))
'com.bq.corbel:event-bus:jar:1.32.0'

Download

Click the following link to download the jar file.

event-bus-1.32.0-javadoc.jar
event-bus-1.32.0-sources.jar
event-bus-1.32.0.jar
event-bus-1.32.0.pom



Related Tutorials