Download async-1.4.1.jar file - Jar a

Jar examples for a:async

Description

Building blocks for high-performance multi-threaded asynchronous applications. Inspired by Twisted's async library (twisted.internet.defer).

You can download jar file async 1.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add async-1.4.1.jar to your project.

<dependency>
   <groupId>com.cedarsoft.commons.db</groupId>
   <artifactId>async</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'com.cedarsoft.commons.db', name: 'async', version: '1.4.1'
libraryDependencies += "com.cedarsoft.commons.db" % "async" % "1.4.1"
<dependency org="com.cedarsoft.commons.db" name="async" rev="1.4.1"/>
@Grapes(@Grab(group='com.cedarsoft.commons.db', module='async', version='1.4.1'))
'com.cedarsoft.commons.db:async:jar:1.4.1'

Download

Click the following link to download the jar file.

async-1.4.1-javadoc.jar
async-1.4.1-sources.jar
async-1.4.1.jar
async-1.4.1.pom



Related Tutorials