is not current version
Last Version 1.0.6

com.github.bdeneuter:android-promise 1.0.0

Android Library for promise/deferred

GroupId

GroupId

com.github.bdeneuter
ArtifactId

ArtifactId

android-promise
Version

Version

1.0.0
Type

Type

aar

Download android-promise 1.0.0


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