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.

License

License

GroupId

GroupId

com.tarkalabs
ArtifactId

ArtifactId

jobqueue
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

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.
Project URL

Project URL

https://github.com/tarkalabs/android-priority-jobqueue
Source Code Management

Source Code Management

https://github.com/tarkalabs/android-priority-jobqueue

Download jobqueue

How to add to project

<!-- https://jarcasting.com/artifacts/com.tarkalabs/jobqueue/ -->
<dependency>
    <groupId>com.tarkalabs</groupId>
    <artifactId>jobqueue</artifactId>
    <version>3.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tarkalabs/jobqueue/
implementation 'com.tarkalabs:jobqueue:3.0.2'
// https://jarcasting.com/artifacts/com.tarkalabs/jobqueue/
implementation ("com.tarkalabs:jobqueue:3.0.2")
'com.tarkalabs:jobqueue:aar:3.0.2'
<dependency org="com.tarkalabs" name="jobqueue" rev="3.0.2">
  <artifact name="jobqueue" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tarkalabs', module='jobqueue', version='3.0.2')
)
libraryDependencies += "com.tarkalabs" % "jobqueue" % "3.0.2"
[com.tarkalabs/jobqueue "3.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.1.0
com.squareup.okio : okio jar 1.17.5

Project Modules

There are no modules declared in this project.
com.tarkalabs

Tarka Labs

Versions

Version
3.0.2
3.0.1
2.0.2