Download events-1.27.0.jar file - Jar e

Jar examples for e:events

Description

Android event bus for remote methods calls and multithreading

You can download jar file events 1.27.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add events-1.27.0.jar to your project.

<dependency>
   <groupId>io.corbel</groupId>
   <artifactId>events</artifactId>
   <version>1.27.0</version>
</dependency>
compile group: 'io.corbel', name: 'events', version: '1.27.0'
libraryDependencies += "io.corbel" % "events" % "1.27.0"
<dependency org="io.corbel" name="events" rev="1.27.0"/>
@Grapes(@Grab(group='io.corbel', module='events', version='1.27.0'))
'io.corbel:events:jar:1.27.0'

Download

Click the following link to download the jar file.

events-1.27.0-javadoc.jar
events-1.27.0-sources.jar
events-1.27.0.jar
events-1.27.0.pom



Related Tutorials