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.