Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

AndroidGears/android-volley

 
 

Repository files navigation

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: com.mcxiaoke.volley

Maven and Gradle support is already added.

Current Version:

1.0.3 (updated at 2014.04.01)

###Mirror

original from : android-volley

sync weekly with android source repo.

###Maven

format: jar

<dependency>
    <groupId>com.mcxiaoke.volley</groupId>
    <artifactId>library</artifactId>
    <version>{lastest-version}</version>
</dependency>

###Gradle

format: jar

compile 'com.mcxiaoke.volley:library:1.0.+'

format: aar

compile 'com.mcxiaoke.volley:library:1.0.+@aar'