Download android-job-1.2.4.jar file - Jar a

Jar examples for a:android-job

Description

Android library to handle jobs in the background.

You can download jar file android-job 1.2.4 in this page.

License

Apache License version 2.0

Build File

You can use the following script to add android-job-1.2.4.jar to your project.

<dependency>
   <groupId>com.evernote</groupId>
   <artifactId>android-job</artifactId>
   <version>1.2.4</version>
</dependency>
compile group: 'com.evernote', name: 'android-job', version: '1.2.4'
libraryDependencies += "com.evernote" % "android-job" % "1.2.4"
<dependency org="com.evernote" name="android-job" rev="1.2.4"/>
@Grapes(@Grab(group='com.evernote', module='android-job', version='1.2.4'))
'com.evernote:android-job:jar:1.2.4'

Download

Click the following link to download the jar file.

android-job-1.2.4-javadoc.jar
android-job-1.2.4-sources.jar
android-job-1.2.4.pom



Related Tutorials