Download tasks-0.2.0.jar file - Jar t

Jar examples for t:tasks

Description

A library for simplifying asynchronous programming using promises/futures

You can download jar file tasks 0.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tasks-0.2.0.jar to your project.

<dependency>
   <groupId>net.s-arash</groupId>
   <artifactId>tasks</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'net.s-arash', name: 'tasks', version: '0.2.0'
libraryDependencies += "net.s-arash" % "tasks" % "0.2.0"
<dependency org="net.s-arash" name="tasks" rev="0.2.0"/>
@Grapes(@Grab(group='net.s-arash', module='tasks', version='0.2.0'))
'net.s-arash:tasks:jar:0.2.0'

Download

Click the following link to download the jar file.

tasks-0.2.0-javadoc.jar
tasks-0.2.0-sources.jar
tasks-0.2.0.jar
tasks-0.2.0.pom



Related Tutorials