License |
License |
---|---|
GroupId | GroupIdcom.android.volley |
ArtifactId | ArtifactIdvolley |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionVolley
An HTTP library that makes networking for Android apps easier and, most importantly, faster.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
volley-1.2.1.pom | |
volley-1.2.1-sources.jar | 107 KB |
volley-1.2.1-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.android.volley/volley/ -->
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.android.volley/volley/
implementation 'com.android.volley:volley:1.2.1'
// https://jarcasting.com/artifacts/com.android.volley/volley/
implementation ("com.android.volley:volley:1.2.1")
'com.android.volley:volley:aar:1.2.1'
<dependency org="com.android.volley" name="volley" rev="1.2.1">
<artifact name="volley" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.android.volley', module='volley', version='1.2.1')
)
libraryDependencies += "com.android.volley" % "volley" % "1.2.1"
[com.android.volley/volley "1.2.1"]