v

volley

An HTTP library that makes networking for Android apps easier and, most importantly, faster.
https://github.com/google/volley
The Apache License, Version 2.0
The Volley Team
Files download
File Operation
volley-1.2.0.pom download
volley-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.android.volley</groupId>
  <artifactId>volley</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.android.volley:volley:1.2.0'
Gradle Kotlin
implementation("com.android.volley:volley:1.2.0")
Scala SBT
libraryDependencies += "com.android.volley" % "volley" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.android.volley', module='volley', version='1.2.0')
)
Apache Ivy
<dependency org="com.android.volley" name="volley" rev="1.2.0" />
Leiningen
[com.android.volley/volley "1.2.0"]
Apache Buildr
'com.android.volley:volley:jar:1.2.0'
Dependencies
The project has no third-party dependencies