is not current version
Last Version 1.2.1

com.android.volley:volley 1.2.0-rc1

An HTTP library that makes networking for Android apps easier and, most importantly, faster.

GroupId

GroupId

com.android.volley
ArtifactId

ArtifactId

volley
Version

Version

1.2.0-rc1
Type

Type

aar

Download volley 1.2.0-rc1


<!-- https://jarcasting.com/artifacts/com.android.volley/volley/ -->
<dependency>
    <groupId>com.android.volley</groupId>
    <artifactId>volley</artifactId>
    <version>1.2.0-rc1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.android.volley/volley/
implementation 'com.android.volley:volley:1.2.0-rc1'
// https://jarcasting.com/artifacts/com.android.volley/volley/
implementation ("com.android.volley:volley:1.2.0-rc1")
'com.android.volley:volley:aar:1.2.0-rc1'
<dependency org="com.android.volley" name="volley" rev="1.2.0-rc1">
  <artifact name="volley" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.android.volley', module='volley', version='1.2.0-rc1')
)
libraryDependencies += "com.android.volley" % "volley" % "1.2.0-rc1"
[com.android.volley/volley "1.2.0-rc1"]