Download asyncdefault-1.0.1.jar file - Jar a

Jar examples for a:asyncdefault

Description

ASync is an asynchronous library to handle asynchronous communication over sockets, console and web. Default impl.

You can download jar file asyncdefault 1.0.1 in this page.

License

MIT License

Build File

You can use the following script to add asyncdefault-1.0.1.jar to your project.

<dependency>
   <groupId>com.github.podal.async</groupId>
   <artifactId>asyncdefault</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.github.podal.async', name: 'asyncdefault', version: '1.0.1'
libraryDependencies += "com.github.podal.async" % "asyncdefault" % "1.0.1"
<dependency org="com.github.podal.async" name="asyncdefault" rev="1.0.1"/>
@Grapes(@Grab(group='com.github.podal.async', module='asyncdefault', version='1.0.1'))
'com.github.podal.async:asyncdefault:jar:1.0.1'

Download

Click the following link to download the jar file.

asyncdefault-1.0.1-javadoc.jar
asyncdefault-1.0.1-sources.jar
asyncdefault-1.0.1.jar
asyncdefault-1.0.1.pom



Related Tutorials