picasso
2.8
注意:該圖書館被棄用。請使用諸如COIL之類的替代方案進行將來的項目,並開始計劃遷移現有項目,尤其是如果它們依靠撰寫UI。現有版本將繼續運行,但沒有計劃新的工作。儘管我們支持內部遺產的使用和遷移,但可能會有一些變化落在存儲庫中,但不再有公眾發行的Maven Central。
感謝所有使用和/或為畢加索(Picasso)多十年的圖像加載而做出貢獻的人。
Android下載和緩存庫的強大圖像
有關更多信息,請參閱網站
從Maven Central下載最新的AAR或通過Gradle抓取:
implementation ' com.squareup.picasso:picasso:2.8 '
或小牛:
< 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.