Download android-priority-jobqueue-1.3.5.jar file - Jar a

Jar examples for a:android-priority-jobqueue

Description

a Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.

You can download jar file android-priority-jobqueue 1.3.5 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add android-priority-jobqueue-1.3.5.jar to your project.

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

Download

Click the following link to download the jar file.

android-priority-jobqueue-1.3.5-javadoc.jar
android-priority-jobqueue-1.3.5-sources.jar
android-priority-jobqueue-1.3.5.jar
android-priority-jobqueue-1.3.5.pom



Related Tutorials