picasso
2.8
注意:このライブラリは非推奨です。将来のプロジェクトにはコイルなどの代替品を使用し、特にUIの構成に依存している場合は、既存のプロジェクトの移行の計画を開始してください。既存のバージョンは引き続き機能しますが、新しい作業は計画されていません。内部のレガシーの使用と移行をサポートするため、いくつかの変更がリポジトリに到達する可能性がありますが、Maven Centralへの公開リリースはこれ以上ありません。
10年間の画像読み込みにわたってピカソに貢献してくれたすべての人に感謝します。
Android用の強力な画像ダウンロードとキャッシュライブラリ
詳細については、ウェブサイトをご覧ください
Maven Centralから最新のAARをダウンロードするか、Gradle経由でグラブします。
implementation ' com.squareup.picasso:picasso:2.8 '
またはMaven:
< dependency >
< groupId >com.squareup.picasso</ groupId >
< artifactId >picasso</ artifactId >
< version >2.8</ version >
</ dependency >
開発バージョンのスナップショットは、Sonatypeのsnapshots
リポジトリで入手できます。
ピカソは、最低Java 8およびAPI 21で必要です。
Proguardを使用している場合は、okhttpのルールを追加する必要がある場合があります:https://github.com/square/okhttp/#r8--proguard
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
https://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.