GroupId | GroupIdcom.github.bdeneuter |
---|---|
ArtifactId | ArtifactIdandroid-promise |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
android-promise-1.0.4.pom | |
android-promise-1.0.4.aar | 76 KB |
android-promise-1.0.4-sources.jar | 8 KB |
android-promise-1.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bdeneuter/android-promise/ -->
<dependency>
<groupId>com.github.bdeneuter</groupId>
<artifactId>android-promise</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdeneuter/android-promise/
implementation 'com.github.bdeneuter:android-promise:1.0.4'
// https://jarcasting.com/artifacts/com.github.bdeneuter/android-promise/
implementation ("com.github.bdeneuter:android-promise:1.0.4")
'com.github.bdeneuter:android-promise:aar:1.0.4'
<dependency org="com.github.bdeneuter" name="android-promise" rev="1.0.4">
<artifact name="android-promise" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdeneuter', module='android-promise', version='1.0.4')
)
libraryDependencies += "com.github.bdeneuter" % "android-promise" % "1.0.4"
[com.github.bdeneuter/android-promise "1.0.4"]