Download task-handler-0.0.2.jar file - Jar t

Jar examples for t:task-handler

Description

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

You can download jar file task-handler 0.0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add task-handler-0.0.2.jar to your project.

<dependency>
   <groupId>com.github.cloudbow</groupId>
   <artifactId>task-handler</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.github.cloudbow', name: 'task-handler', version: '0.0.2'
libraryDependencies += "com.github.cloudbow" % "task-handler" % "0.0.2"
<dependency org="com.github.cloudbow" name="task-handler" rev="0.0.2"/>
@Grapes(@Grab(group='com.github.cloudbow', module='task-handler', version='0.0.2'))
'com.github.cloudbow:task-handler:jar:0.0.2'

Download

Click the following link to download the jar file.

task-handler-0.0.2-javadoc.jar
task-handler-0.0.2-sources.jar
task-handler-0.0.2.jar
task-handler-0.0.2.pom



Related Tutorials