picasso
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.squareup.picasso</groupId> <artifactId>picasso</artifactId> <version>2.8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.squareup.picasso</groupId> <artifactId>picasso</artifactId> <version>2.8</version> <packaging>aar</packaging> <name>Picasso</name> <description>A powerful image downloading and caching library for Android</description> <url>https://github.com/square/picasso/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>square</id> <name>Square, Inc.</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/square/picasso.git</connection> <developerConnection>scm:git:ssh://git@github.com/square/picasso.git</developerConnection> <url>https://github.com/square/picasso/</url> </scm> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.10.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.exifinterface</groupId> <artifactId>exifinterface</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>