Last Version

Tasker 1.1.0

Tasker is intended to enable proper and easy use of the UI and background thread. It lets you perform operations in the background. When they’ve finished running, it then allows you to update views in the main event thread.

License

License

GroupId

GroupId

dev.alshakib.tasker
ArtifactId

ArtifactId

tasker
Version

Version

1.1.0
Type

Type

aar
Description

Description

Tasker
Tasker is intended to enable proper and easy use of the UI and background thread. It lets you perform operations in the background. When they’ve finished running, it then allows you to update views in the main event thread.
Project URL

Project URL

https://github.com/AlShakib/Tasker
Source Code Management

Source Code Management

https://github.com/AlShakib/Tasker/tree/main

Download tasker 1.1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0

Project Modules

There are no modules declared in this project.