не последняя версия
Последняя версия 0.12.2

com.groupon.promise:promise 0.12.0

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

Группа

Группа

com.groupon.promise
Идентификатор

Идентификатор

promise
Версия

Версия

0.12.0
Тип

Тип

jar

Скачать promise 0.12.0


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