j

jdeferred-android-apklib

Use JDeferred in Android while dispatching callbacks in UI thread and/or Background thread.
https://github.com/jdeferred/jdeferred
The Apache Software License, Version 2.0
Ray Tsang Andres Almiray
Files download
File Operation
jdeferred-android-apklib-1.2.6.pom download
Apache Maven
<dependency>
  <groupId>org.jdeferred</groupId>
  <artifactId>jdeferred-android-apklib</artifactId>
  <version>1.2.6</version>
  <type>apklib</type>
</dependency>
Gradle Groovy
implementation 'org.jdeferred:jdeferred-android-apklib:1.2.6'
Gradle Kotlin
implementation("org.jdeferred:jdeferred-android-apklib:1.2.6")
Scala SBT
libraryDependencies += "org.jdeferred" % "jdeferred-android-apklib" % "1.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jdeferred', module='jdeferred-android-apklib', version='1.2.6')
)
Apache Ivy
<dependency org="org.jdeferred" name="jdeferred-android-apklib" rev="1.2.6" />
Leiningen
[org.jdeferred/jdeferred-android-apklib "1.2.6"]
Apache Buildr
'org.jdeferred:jdeferred-android-apklib:jar:1.2.6'
Dependencies
The project has no third-party dependencies