Download smt-waiting-4.1.jar file - Jar s

Jar examples for s:smt-waiting

Description

A library to help with waiting till some code completes successfully.

You can download jar file smt-waiting 4.1 in this page.

License

Apache License

Build File

You can use the following script to add smt-waiting-4.1.jar to your project.

<dependency>
   <groupId>com.github.shiver-me-timbers</groupId>
   <artifactId>smt-waiting</artifactId>
   <version>4.1</version>
</dependency>
compile group: 'com.github.shiver-me-timbers', name: 'smt-waiting', version: '4.1'
libraryDependencies += "com.github.shiver-me-timbers" % "smt-waiting" % "4.1"
<dependency org="com.github.shiver-me-timbers" name="smt-waiting" rev="4.1"/>
@Grapes(@Grab(group='com.github.shiver-me-timbers', module='smt-waiting', version='4.1'))
'com.github.shiver-me-timbers:smt-waiting:jar:4.1'

Download

Click the following link to download the jar file.

smt-waiting-4.1-javadoc.jar
smt-waiting-4.1-sources.jar
smt-waiting-4.1.jar
smt-waiting-4.1.pom



Related Tutorials