is not current version
Last Version 1.0.3

com.arasthel:asyncjob-library 1.0.0

Android library easily queue background and UI tasks

GroupId

GroupId

com.arasthel
ArtifactId

ArtifactId

asyncjob-library
Version

Version

1.0.0
Type

Type

aar

Download asyncjob-library 1.0.0


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