Android-Volley Library

Volley is a network library from Android source code.

License

License

GroupId

GroupId

com.mcxiaoke.volley
ArtifactId

ArtifactId

library
Last Version

Last Version

1.0.19
Release Date

Release Date

Type

Type

jar
Description

Description

Android-Volley Library
Volley is a network library from Android source code.
Project URL

Project URL

https://github.com/mcxiaoke/android-volley
Source Code Management

Source Code Management

https://github.com/mcxiaoke/android-volley

Download library

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

DEPRECATED

Please note, this project is deprecated and no longer being maintained, please use official version volley.


Intro

This is an unofficial mirror (with some minor bugfix) for volley.

  • Maven Central

Gradle

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

Contacts

Projects

License

Copyright (C) 2014,2015,2016 Xiaoke Zhang
Copyright (C) 2011 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0