MVN

com.tarkalabs : jobqueue

Maven & Gradle

Mar 17, 2023
2 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.tarkalabs</groupId>
    <artifactId>jobqueue</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.3

All Versions

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

Version Vulnerabilities Updated
3.0.x
jobqueue-3.0.3
jobqueue-3.0.2
jobqueue-3.0.1
2.0.x
jobqueue-2.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tarkalabs</groupId>
    <artifactId>jobqueue</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tarkalabs : jobqueue gradle dependency to your build.gradle file:

implementation 'com.tarkalabs:jobqueue:3.0.3'

Gradle Kotlin DSL: Add the following com.tarkalabs : jobqueue gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tarkalabs:jobqueue:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tarkalabs : jobqueue sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tarkalabs" % "jobqueue" % "3.0.3"

Advertisement

Dependencies from Group

Mar 17, 2023
2 stars
Mar 22, 2023
4 stars
Apr 07, 2023
4 stars
Feb 13, 2024
3 stars
Feb 17, 2024
3 stars

Discover Dependencies

Sep 13, 2021
6 usages
1.3k stars
Apr 05, 2018
508 stars
Oct 08, 2020
4 usages
5 stars
Oct 08, 2020
5 stars
Aug 08, 2023
29 stars
Jun 27, 2018
4 usages
0 stars
Sep 14, 2018
3 usages
0 stars
Nov 23, 2018
14 stars
Aug 25, 2023
26 usages
3.9k stars