License |
License |
---|---|
GroupId | GroupIdio.noties.markwon |
ArtifactId | ArtifactIdimage-picasso |
Version | Version4.6.2 |
Type | Typeaar |
Description |
DescriptionImage Picasso
Markwon image loading module (based on Picasso library)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
image-picasso-4.6.2.pom | |
image-picasso-4.6.2.aar | 16 KB |
image-picasso-4.6.2-sources.jar | 2 KB |
image-picasso-4.6.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/image-picasso/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>image-picasso</artifactId>
<version>4.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/image-picasso/
implementation 'io.noties.markwon:image-picasso:4.6.2'
// https://jarcasting.com/artifacts/io.noties.markwon/image-picasso/
implementation ("io.noties.markwon:image-picasso:4.6.2")
'io.noties.markwon:image-picasso:aar:4.6.2'
<dependency org="io.noties.markwon" name="image-picasso" rev="4.6.2">
<artifact name="image-picasso" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='image-picasso', version='4.6.2')
)
libraryDependencies += "io.noties.markwon" % "image-picasso" % "4.6.2"
[io.noties.markwon/image-picasso "4.6.2"]
Group / Artifact | Type | Version |
---|---|---|
io.noties.markwon : core | jar | 4.6.2 |
com.squareup.picasso : picasso | jar | 2.71828 |