GroupId | GroupIdcom.github.bdeneuter |
---|---|
ArtifactId | ArtifactIdandroid-promise |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
android-promise-1.0.3.pom | |
android-promise-1.0.3.aar | 74 KB |
android-promise-1.0.3-sources.jar | 7 KB |
android-promise-1.0.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdeneuter/android-promise/
implementation 'com.github.bdeneuter:android-promise:1.0.3'
// https://jarcasting.com/artifacts/com.github.bdeneuter/android-promise/
implementation ("com.github.bdeneuter:android-promise:1.0.3")
'com.github.bdeneuter:android-promise:aar:1.0.3'
<dependency org="com.github.bdeneuter" name="android-promise" rev="1.0.3">
<artifact name="android-promise" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdeneuter', module='android-promise', version='1.0.3')
)
libraryDependencies += "com.github.bdeneuter" % "android-promise" % "1.0.3"
[com.github.bdeneuter/android-promise "1.0.3"]