Download android-priority-jobqueue-0.9.9.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 0.9.9 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials