picasso
2.8
주의 :이 라이브러리는 더 이상 사용되지 않습니다. 향후 프로젝트를 위해 코일과 같은 대안을 사용하고 특히 Compose UI에 의존하는 경우 기존 프로젝트를 마이그레이션 할 계획을 시작하십시오. 기존 버전은 계속 작동하지만 새로운 작업은 계획되지 않습니다. 내부 레거시 사용 및 마이그레이션을 지원함에 따라 일부 변경 사항은 레포에 착륙 할 수 있지만 Maven Central에는 더 이상 공개 릴리스가 없습니다.
10 년간의 이미지 로딩을 통해 피카소를 사용하고/또는 기여한 모든 분들께 감사드립니다.
Android 용 강력한 이미지 다운로드 및 캐싱 라이브러리
자세한 내용은 웹 사이트를 참조하십시오
Maven Central에서 최신 AAR을 다운로드하거나 Gradle을 통해 Grab :
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.