ความสนใจ : ห้องสมุดนี้เลิกใช้แล้ว โปรดใช้ทางเลือกอื่น ๆ เช่นขดลวดสำหรับโครงการในอนาคตและเริ่มวางแผนที่จะโยกย้ายโครงการที่มีอยู่โดยเฉพาะอย่างยิ่งหากพวกเขาพึ่งพา UI Compose เวอร์ชันที่มีอยู่จะยังคงทำงานต่อไป แต่ไม่มีการวางแผนงานใหม่ ในขณะที่การเปลี่ยนแปลงบางอย่างอาจลงจอดใน repo ในขณะที่เราสนับสนุนการใช้มรดกภายในและการโยกย้ายภายใน แต่จะไม่มีการเผยแพร่สาธารณะไปยัง Maven Central อีกต่อไป
ขอขอบคุณทุกคนที่ใช้และ/หรือสนับสนุน Picasso ในช่วงทศวรรษของการโหลดภาพ
ภาพการดาวน์โหลดและแคชที่ทรงพลังสำหรับ Android
สำหรับข้อมูลเพิ่มเติมโปรดดูเว็บไซต์
ดาวน์โหลด AAR ล่าสุดจาก Maven Central หรือ Grab Via Gradle:
implementation ' com.squareup.picasso:picasso:2.8 '
หรือ Maven:
< dependency >
< groupId >com.squareup.picasso</ groupId >
< artifactId >picasso</ artifactId >
< version >2.8</ version >
</ dependency >
สแน็ปช็อตของเวอร์ชันการพัฒนามีอยู่ในที่เก็บ snapshots
ของ Sonatype
Picasso ต้องการ 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.