MVN

com.path : android-priority-jobqueue

Maven & Gradle

Feb 19, 2014
9 usages
2.4k stars

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

<dependency>
    <groupId>com.path</groupId>
    <artifactId>android-priority-jobqueue</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.path : android-priority-jobqueue to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.path : android-priority-jobqueue to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
android-priority-jobqueue-1.1.2
android-priority-jobqueue-1.1.1
1.1
android-priority-jobqueue-1.1
1.0
android-priority-jobqueue-1.0
0.9.x
android-priority-jobqueue-0.9.9
android-priority-jobqueue-0.9.8
android-priority-jobqueue-0.9.7.4

How to add a dependency to Maven

Add the following com.path : android-priority-jobqueue maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.path</groupId>
    <artifactId>android-priority-jobqueue</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.path : android-priority-jobqueue gradle dependency to your build.gradle file:

implementation 'com.path:android-priority-jobqueue:1.1.2'

Gradle Kotlin DSL: Add the following com.path : android-priority-jobqueue gradle kotlin dependency to your build.gradle.kts file:

implementation("com.path:android-priority-jobqueue:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.path : android-priority-jobqueue sbt scala dependency to your build.sbt file:

libraryDependencies += "com.path" % "android-priority-jobqueue" % "1.1.2"

Advertisement

Dependencies from Group

Feb 19, 2014
9 usages
2.4k stars

Discover Dependencies

Sep 11, 2016
7 usages
5.5k stars
Nov 22, 2017
21 usages
25 stars
Jul 21, 2022
12 usages
728 stars
Apr 13, 2021
8 usages
5 stars
Sep 18, 2015
11 usages
65 stars
Nov 23, 2020
20 usages
383 stars
Nov 04, 2018
3 usages
1 stars