Download lifecycleaware-0.0.1.jar file - Jar l

Jar examples for l:lifecycleaware

Description

Annotation based triggers that automatically hook arbitrary observers into the Android lifecycle.

You can download jar file lifecycleaware 0.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lifecycleaware-0.0.1.jar to your project.

<dependency>
   <groupId>com.jzallas</groupId>
   <artifactId>lifecycleaware</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.jzallas', name: 'lifecycleaware', version: '0.0.1'
libraryDependencies += "com.jzallas" % "lifecycleaware" % "0.0.1"
<dependency org="com.jzallas" name="lifecycleaware" rev="0.0.1"/>
@Grapes(@Grab(group='com.jzallas', module='lifecycleaware', version='0.0.1'))
'com.jzallas:lifecycleaware:jar:0.0.1'

Download

Click the following link to download the jar file.

lifecycleaware-0.0.1-javadoc.jar
lifecycleaware-0.0.1-sources.jar
lifecycleaware-0.0.1.jar
lifecycleaware-0.0.1.pom



Related Tutorials