Download promise-0.12.0.jar file - Jar p

Jar examples for p:promise

Description

Provides the ability to execute a handler on a timer and reschedule on completion.

You can download jar file promise 0.12.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add promise-0.12.0.jar to your project.

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

Download

Click the following link to download the jar file.

promise-0.12.0-javadoc.jar
promise-0.12.0-sources.jar
promise-0.12.0.jar
promise-0.12.0.pom



Related Tutorials