picasso

A powerful image downloading and caching library for Android

License

License

GroupId

GroupId

io.github.minyushov
ArtifactId

ArtifactId

picasso
Last Version

Last Version

3.0.0-6
Release Date

Release Date

Type

Type

aar
Description

Description

picasso
A powerful image downloading and caching library for Android
Project URL

Project URL

https://github.com/minyushov/picasso
Source Code Management

Source Code Management

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

Download picasso

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 4.9.1

runtime (1)

Group / Artifact Type Version
androidx.exifinterface » exifinterface jar 1.3.2

Project Modules

There are no modules declared in this project.

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.

Versions

Version
3.0.0-6