Download android-job-1.1.11.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.1.11 in this page.

License

Apache License version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials