Download android-async-http-1.4.4.jar file

Introduction

You can download android-async-http-1.4.4.jar in this page.

License

The Apache Software License, Version 2.0

Type List

android-async-http-1.4.4.jar file has the following types.

META-INF/MANIFEST.MF
com.loopj.android.http.AsyncHttpClient.class
com.loopj.android.http.AsyncHttpRequest.class
com.loopj.android.http.AsyncHttpResponseHandler.class
com.loopj.android.http.BaseJsonHttpResponseHandler.class
com.loopj.android.http.BinaryHttpResponseHandler.class
com.loopj.android.http.BuildConfig.class
com.loopj.android.http.FileAsyncHttpResponseHandler.class
com.loopj.android.http.JsonHttpResponseHandler.class
com.loopj.android.http.MySSLSocketFactory.class
com.loopj.android.http.PersistentCookieStore.class
com.loopj.android.http.RequestHandle.class
com.loopj.android.http.RequestParams.class
com.loopj.android.http.ResponseHandlerInterface.class
com.loopj.android.http.RetryHandler.class
com.loopj.android.http.SerializableCookie.class
com.loopj.android.http.SimpleMultipartEntity.class
com.loopj.android.http.SyncHttpClient.class
com.loopj.android.http.TextHttpResponseHandler.class

Pom

android-async-http-1.4.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.loopj.android</groupId>
  <artifactId>android-async-http</artifactId>
  <version>1.4.4</version>
  <name>android-async-http Library</name>
  <description>An Asynchronous HTTP Library for Android</description>
  <url>loopj.com/android-async-http/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>loopj</id>
      <name>James Smith</name>
    </developer>
    <developer>
      <id>smarek</id>
      <name>Marek Sebera</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:loopj/android-async-http.git</connection>
    <developerConnection>scm:git@github.com:loopj/android-async-http.git</developerConnection>
    <url>https://github.com/loopj/android-async-http</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>com.loopj.android</groupId>
   <artifactId>android-async-http</artifactId>
   <version>1.4.4</version>
</dependency>

Download

If you think the following android-async-http-1.4.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download android-async-http-1.4.4.jar file




PreviousNext

Related