Download android-job-1.2.0.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.0 in this page.

License

Apache License version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials