在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:android-async-http/android-async-http开源软件地址:https://github.com/android-async-http/android-async-http开源编程语言:Java 100.0%开源软件介绍:Asynchronous Http Client for AndroidAn asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries. ChangelogSee what is new in version 1.4.11 released on 29th June 2020 https://github.com/android-async-http/android-async-http/blob/1.4.11/CHANGELOG.md JavadocLatest Javadoc for 1.4.11 release are available here (also included in Maven repository): https://android-async-http.github.io/android-async-http/doc/ Features
ExamplesFor inspiration and testing on device we've provided Sample Application. gradle :sample:installDebug MavenYou can now integrate this library in your project via Maven. There are available two kind of builds. releases, maven central https://repo1.maven.org/maven2/com/loopj/android/android-async-http/
Gradle repositories {
mavenCentral()
}
dependencies {
implementation 'com.loopj.android:android-async-http:1.4.11'
} development snapshots snapshot might not be published yet https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/android-async-http/
Gradle repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
dependencies {
implementation 'com.loopj.android:android-async-http:1.4.11-SNAPSHOT'
} Documentation, Features and ExamplesFull details and documentation can be found on the project page here: https://android-async-http.github.io/android-async-http/ |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论