is not current version
Last Version 0.0.2

com.github.cloudbow:task-handler 0.0.1

Task Handling makes ease of use for handling tasks related to I/O by giving better task pooling.

GroupId

GroupId

com.github.cloudbow
ArtifactId

ArtifactId

task-handler
Version

Version

0.0.1
Type

Type

jar

Download task-handler 0.0.1


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