| License |
License |
|---|---|
| GroupId | GroupIdcom.tarkalabs |
| ArtifactId | ArtifactIdjobqueue |
| Last Version | Last Version3.0.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroid 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jobqueue-3.0.2.pom | |
| jobqueue-3.0.2.aar | 151 KB |
| jobqueue-3.0.2-sources.jar | 94 KB |
| jobqueue-3.0.2-javadoc.jar | 331 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.annotation » annotation | jar | 1.1.0 |
| com.squareup.okio : okio | jar | 1.17.5 |