a

android-priority-jobqueue

a Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
https://github.com/path/android-priority-jobqueue
The MIT License (MIT)
Yigit Boyar
Files download
File Operation
android-priority-jobqueue-1.1.2.jar download
android-priority-jobqueue-1.1.2.pom download
android-priority-jobqueue-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.path</groupId>
  <artifactId>android-priority-jobqueue</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.path:android-priority-jobqueue:1.1.2'
Gradle Kotlin
implementation("com.path:android-priority-jobqueue:1.1.2")
Scala SBT
libraryDependencies += "com.path" % "android-priority-jobqueue" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.path', module='android-priority-jobqueue', version='1.1.2')
)
Apache Ivy
<dependency org="com.path" name="android-priority-jobqueue" rev="1.1.2" />
Leiningen
[com.path/android-priority-jobqueue "1.1.2"]
Apache Buildr
'com.path:android-priority-jobqueue:jar:1.1.2'