# android-volley **Repository Path**: codeing_q/android-volley ## Basic Information - **Project Name**: android-volley - **Description**: DEPRECATED - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## DEPRECATED ### Please note, this project is deprecated and no longer being maintained, please use official version from jCenter. ``` groovy compile 'com.android.volley:volley:1.0.0' ``` ---------- # Intro This is an unofficial mirror (with some minor bugfix) for [volley](https://android.googlesource.com/platform/frameworks/volley). * [![Maven Central](http://img.shields.io/badge/2015.09.08-com.mcxiaoke.volley:library:1.0.19-brightgreen.svg)](http://search.maven.org/#artifactdetails%7Ccom.mcxiaoke.volley%7Clibrary%7C1.0.19%7Cjar) ## Gradle ``` groovy compile 'com.mcxiaoke.volley:library:1.0.19' ``` ## Contacts * Blog: * Github: * Email: [github@mcxiaoke.com](mailto:github@mcxiaoke.com) ## Projects * Awesome-Kotlin: * Kotlin-Koi: * Android-Next: * Packer-Ng: * Gradle-Packer: * xBus: * RxJava Docs: * MQTT-CN: * Minicat App: * Fanfou App: ## License Copyright (C) 2014,2015,2016 Xiaoke Zhang Copyright (C) 2011 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.