Last Version

promise 0.12.2

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

License

License

GroupId

GroupId

com.groupon.promise
ArtifactId

ArtifactId

promise
Version

Version

0.12.2
Type

Type

jar
Description

Description

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

Project URL

https://github.com/groupon/promise
Source Code Management

Source Code Management

https://github.com/groupon/promise

Download promise 0.12.2


<!-- https://jarcasting.com/artifacts/com.groupon.promise/promise/ -->
<dependency>
    <groupId>com.groupon.promise</groupId>
    <artifactId>promise</artifactId>
    <version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.promise/promise/
implementation 'com.groupon.promise:promise:0.12.2'
// https://jarcasting.com/artifacts/com.groupon.promise/promise/
implementation ("com.groupon.promise:promise:0.12.2")
'com.groupon.promise:promise:jar:0.12.2'
<dependency org="com.groupon.promise" name="promise" rev="0.12.2">
  <artifact name="promise" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.promise', module='promise', version='0.12.2')
)
libraryDependencies += "com.groupon.promise" % "promise" % "0.12.2"
[com.groupon.promise/promise "0.12.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.mockito : mockito-core jar 3.1.0
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.