Download library-1.0.4.jar file

Introduction

You can download library-1.0.4.jar in this page.

License

The Apache Software License, Version 2.0

Type List

library-1.0.4.jar file has the following types.

META-INF/MANIFEST.MF
com.android.volley.AuthFailureError.class
com.android.volley.Cache.class
com.android.volley.CacheDispatcher.class
com.android.volley.DefaultRetryPolicy.class
com.android.volley.ExecutorDelivery.class
com.android.volley.Network.class
com.android.volley.NetworkDispatcher.class
com.android.volley.NetworkError.class
com.android.volley.NetworkResponse.class
com.android.volley.NoConnectionError.class
com.android.volley.ParseError.class
com.android.volley.Request.class
com.android.volley.RequestQueue.class
com.android.volley.Response.class
com.android.volley.ResponseDelivery.class
com.android.volley.RetryPolicy.class
com.android.volley.ServerError.class
com.android.volley.TimeoutError.class
com.android.volley.VolleyError.class
com.android.volley.VolleyLog.class
com.android.volley.toolbox.AndroidAuthenticator.class
com.android.volley.toolbox.Authenticator.class
com.android.volley.toolbox.BasicNetwork.class
com.android.volley.toolbox.ByteArrayPool.class
com.android.volley.toolbox.ClearCacheRequest.class
com.android.volley.toolbox.DiskBasedCache.class
com.android.volley.toolbox.HttpClientStack.class
com.android.volley.toolbox.HttpHeaderParser.class
com.android.volley.toolbox.HttpStack.class
com.android.volley.toolbox.HurlStack.class
com.android.volley.toolbox.ImageLoader.class
com.android.volley.toolbox.ImageRequest.class
com.android.volley.toolbox.JsonArrayRequest.class
com.android.volley.toolbox.JsonObjectRequest.class
com.android.volley.toolbox.JsonRequest.class
com.android.volley.toolbox.NetworkImageView.class
com.android.volley.toolbox.NoCache.class
com.android.volley.toolbox.PoolingByteArrayOutputStream.class
com.android.volley.toolbox.RequestFuture.class
com.android.volley.toolbox.StringRequest.class
com.android.volley.toolbox.Volley.class

Pom

library-1.0.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.mcxiaoke.volley</groupId>
  <artifactId>library</artifactId>
  <version>1.0.4</version>
  <name>Android-Volley Library</name>
  <description>Volley is a network library from Android source code.</description>
  <url>https://github.com/mcxiaoke/android-volley</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>mcxiaoke</id>
      <name>Xiaoke Zhang</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:mcxiaoke/android-volley.git</connection>
    <developerConnection>scm:git:git@github.com:mcxiaoke/android-volley.git</developerConnection>
    <url>https://github.com/mcxiaoke/android-volley</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>com.mcxiaoke.volley</groupId>
   <artifactId>library</artifactId>
   <version>1.0.4</version>
</dependency>

Download

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



Download library-1.0.4.jar file




PreviousNext

Related