picasso

A powerful image downloading and caching library for Android

Лицензия

Лицензия

Группа

Группа

io.github.minyushov
Идентификатор

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

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

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

3.0.0-6
Дата

Дата

Тип

Тип

aar
Описание

Описание

picasso
A powerful image downloading and caching library for Android
Ссылка на сайт

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

https://github.com/minyushov/picasso
Система контроля версий

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

https://github.com/minyushov/picasso/tree/master

Скачать picasso

Имя Файла Размер
picasso-3.0.0-6.pom
picasso-3.0.0-6-sources.jar 71 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/io.github.minyushov/picasso/ -->
<dependency>
    <groupId>io.github.minyushov</groupId>
    <artifactId>picasso</artifactId>
    <version>3.0.0-6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.minyushov/picasso/
implementation 'io.github.minyushov:picasso:3.0.0-6'
// https://jarcasting.com/artifacts/io.github.minyushov/picasso/
implementation ("io.github.minyushov:picasso:3.0.0-6")
'io.github.minyushov:picasso:aar:3.0.0-6'
<dependency org="io.github.minyushov" name="picasso" rev="3.0.0-6">
  <artifact name="picasso" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.minyushov', module='picasso', version='3.0.0-6')
)
libraryDependencies += "io.github.minyushov" % "picasso" % "3.0.0-6"
[io.github.minyushov/picasso "3.0.0-6"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.squareup.okhttp3 : okhttp jar 4.9.1

runtime (1)

Идентификатор библиотеки Тип Версия
androidx.exifinterface » exifinterface jar 1.3.2

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

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

Picasso

A powerful image downloading and caching library for Android

For more information please see the website

Download

repositories {
  maven { url "https://dl.bintray.com/minyushov/android" }
}

implementation 'com.minyushov.android:picasso:3.0.0-2'

ProGuard

If you are using ProGuard you might need to add OkHttp's rules: https://github.com/square/okhttp/#proguard

License

Copyright 2013 Square, Inc.

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.

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

Версия
3.0.0-6