is not current version
Last Version 4.6.2

io.noties.markwon:image-picasso 4.0.1

Markwon image loading module (based on Picasso library)

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

image-picasso
Version

Version

4.0.1
Type

Type

aar

Download image-picasso 4.0.1


<!-- https://jarcasting.com/artifacts/io.noties.markwon/image-picasso/ -->
<dependency>
    <groupId>io.noties.markwon</groupId>
    <artifactId>image-picasso</artifactId>
    <version>4.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/image-picasso/
implementation 'io.noties.markwon:image-picasso:4.0.1'
// https://jarcasting.com/artifacts/io.noties.markwon/image-picasso/
implementation ("io.noties.markwon:image-picasso:4.0.1")
'io.noties.markwon:image-picasso:aar:4.0.1'
<dependency org="io.noties.markwon" name="image-picasso" rev="4.0.1">
  <artifact name="image-picasso" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='image-picasso', version='4.0.1')
)
libraryDependencies += "io.noties.markwon" % "image-picasso" % "4.0.1"
[io.noties.markwon/image-picasso "4.0.1"]