Download picasso-2.1.1.jar file - Jar p

Jar examples for p:picasso

Description

A powerful image downloading and caching library for Android. This is a fork of the original library: https://github.com/square/picasso

You can download jar file picasso 2.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add picasso-2.1.1.jar to your project.

<dependency>
   <groupId>com.squareup.picasso</groupId>
   <artifactId>picasso</artifactId>
   <version>2.1.1</version>
</dependency>
compile group: 'com.squareup.picasso', name: 'picasso', version: '2.1.1'
libraryDependencies += "com.squareup.picasso" % "picasso" % "2.1.1"
<dependency org="com.squareup.picasso" name="picasso" rev="2.1.1"/>
@Grapes(@Grab(group='com.squareup.picasso', module='picasso', version='2.1.1'))
'com.squareup.picasso:picasso:jar:2.1.1'

Download

Click the following link to download the jar file.

picasso-2.1.1-javadoc.jar
picasso-2.1.1-sources.jar
picasso-2.1.1.jar
picasso-2.1.1.pom



Related Tutorials