Download com.android.volley-2015.05.28.jar file - Jar c

Jar examples for c:com.android.volley

Description

Volley is a network library from Android source code.

You can download jar file com.android.volley 2015.05.28 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add com.android.volley-2015.05.28.jar to your project.

<dependency>
   <groupId>eu.the4thfloor.volley</groupId>
   <artifactId>com.android.volley</artifactId>
   <version>2015.05.28</version>
</dependency>
compile group: 'eu.the4thfloor.volley', name: 'com.android.volley', version: '2015.05.28'
libraryDependencies += "eu.the4thfloor.volley" % "com.android.volley" % "2015.05.28"
<dependency org="eu.the4thfloor.volley" name="com.android.volley" rev="2015.05.28"/>
@Grapes(@Grab(group='eu.the4thfloor.volley', module='com.android.volley', version='2015.05.28'))
'eu.the4thfloor.volley:com.android.volley:jar:2015.05.28'

Download

Click the following link to download the jar file.

com.android.volley-2015.05.28-javadoc.jar
com.android.volley-2015.05.28-sources.jar
com.android.volley-2015.05.28.jar
com.android.volley-2015.05.28.pom



Related Tutorials