Android-Volley Library

Volley is a network library from Android source code.

Лицензия

Лицензия

Группа

Группа

com.mcxiaoke.volley
Идентификатор

Идентификатор

library
Последняя версия

Последняя версия

1.0.19
Дата

Дата

Тип

Тип

jar
Описание

Описание

Android-Volley Library
Volley is a network library from Android source code.
Ссылка на сайт

Ссылка на сайт

https://github.com/mcxiaoke/android-volley
Система контроля версий

Система контроля версий

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

Скачать library

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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