is not current version
Last Version 1.1.1

com.github.jonzhang3:aTask 1.0.2

A simple multi-purpose asynchronous task execution framework.

GroupId

GroupId

com.github.jonzhang3
ArtifactId

ArtifactId

aTask
Version

Version

1.0.2
Type

Type

jar

Download aTask 1.0.2


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