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

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials