Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

SlyTrunk/android-volley

 
 

Repository files navigation

Android Volley

This is an unofficial mirror for android volley library.

##Intro

Volley is already deployed to Maven Central:

Volley in Maven Central

Current Version:

1.0.6 (2014.07.03)

##Original

original : android-volley

sync weekly with android source repo.

##Maven

format: jar

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

##Gradle

format: jar

compile 'com.mcxiaoke.volley:library:1.0.6'

format: aar

compile 'com.mcxiaoke.volley:library:1.0.6@aar'

Packages

No packages published

Languages

  • Java 99.2%
  • Other 0.8%