Download synq-0.1.1.jar file - Jar s

Jar examples for s:synq

Description

A small library for syncing up a thread with some flexible configuration of asynchronous event(s).

You can download jar file synq 0.1.1 in this page.

License

GNU General Public License, Version 3

Build File

You can use the following script to add synq-0.1.1.jar to your project.

<dependency>
   <groupId>com.redhat.synq</groupId>
   <artifactId>synq</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.redhat.synq', name: 'synq', version: '0.1.1'
libraryDependencies += "com.redhat.synq" % "synq" % "0.1.1"
<dependency org="com.redhat.synq" name="synq" rev="0.1.1"/>
@Grapes(@Grab(group='com.redhat.synq', module='synq', version='0.1.1'))
'com.redhat.synq:synq:jar:0.1.1'

Download

Click the following link to download the jar file.

synq-0.1.1-javadoc.jar
synq-0.1.1-sources.jar
synq-0.1.1.jar
synq-0.1.1.pom



Related Tutorials