License |
License |
---|---|
GroupId | GroupIdit.sephiroth.android.library.picasso |
ArtifactId | ArtifactIdpicasso |
Last Version | Last Version2.5.2.4b |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionpicasso
A powerful image downloading and caching library for Android. This is a fork of the original library: https://github.com/square/picasso
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
picasso-2.5.2.4b.pom | |
picasso-2.5.2.4b.aar | 88 KB |
picasso-2.5.2.4b-sources.jar | 60 KB |
picasso-2.5.2.4b-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.picasso/picasso/ -->
<dependency>
<groupId>it.sephiroth.android.library.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.5.2.4b</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.picasso/picasso/
implementation 'it.sephiroth.android.library.picasso:picasso:2.5.2.4b'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.picasso/picasso/
implementation ("it.sephiroth.android.library.picasso:picasso:2.5.2.4b")
'it.sephiroth.android.library.picasso:picasso:aar:2.5.2.4b'
<dependency org="it.sephiroth.android.library.picasso" name="picasso" rev="2.5.2.4b">
<artifact name="picasso" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.picasso', module='picasso', version='2.5.2.4b')
)
libraryDependencies += "it.sephiroth.android.library.picasso" % "picasso" % "2.5.2.4b"
[it.sephiroth.android.library.picasso/picasso "2.5.2.4b"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp : okhttp-urlconnection | jar | 2.1.0 |
com.squareup.okhttp : okhttp | jar | 2.1.0 |
com.intellij : annotations | jar | 12.0 |