# android-volley **Repository Path**: cxxowl/android-volley ## Basic Information - **Project Name**: android-volley - **Description**: Android Volley Mirror - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Android Volley Mirror ---------- ##Intro This is a mirror for android volley repo with maven and gradle support. Volley is already deployed to Maven Central at 2014.01.03: [search: volley](http://search.maven.org/#search|ga|1|com.mcxiaoke.volley) Maven and Gradle support is already added. Current Version: 1.0.5 (updated at 2014.05.04) ##Mirror original : [android-volley](https://android.googlesource.com/platform/frameworks/volley) sync weekly with android source repo. ##Maven format: jar ``` com.mcxiaoke.volley library {lastest-version} ``` ##Gradle format: jar ``` compile 'com.mcxiaoke.volley:library:1.0.+' ``` format: aar ``` compile 'com.mcxiaoke.volley:library:1.0.+@aar' ```