Download fluffy-events-1.0.1.jar file - Jar f

Jar examples for f:fluffy-events

Description

Android EventsBus implementation based on regular BroadcastReceivers

You can download jar file fluffy-events 1.0.1 in this page.

License

Apache 2.0

Build File

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

<dependency>
   <groupId>com.alexvasilkov</groupId>
   <artifactId>fluffy-events</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.alexvasilkov', name: 'fluffy-events', version: '1.0.1'
libraryDependencies += "com.alexvasilkov" % "fluffy-events" % "1.0.1"
<dependency org="com.alexvasilkov" name="fluffy-events" rev="1.0.1"/>
@Grapes(@Grab(group='com.alexvasilkov', module='fluffy-events', version='1.0.1'))
'com.alexvasilkov:fluffy-events:jar:1.0.1'

Download

Click the following link to download the jar file.

fluffy-events-1.0.1-javadoc.jar
fluffy-events-1.0.1-sources.jar
fluffy-events-1.0.1.jar
fluffy-events-1.0.1.pom



Related Tutorials