i

image-picasso

Markwon image loading module (based on Picasso library)
https://github.com/noties/Markwon
The Apache Software License, Version 2.0
Dimitry Ivanov
Files download
File Operation
image-picasso-4.6.2.pom download
image-picasso-4.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.noties.markwon</groupId>
  <artifactId>image-picasso</artifactId>
  <version>4.6.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.noties.markwon:image-picasso:4.6.2'
Gradle Kotlin
implementation("io.noties.markwon:image-picasso:4.6.2")
Scala SBT
libraryDependencies += "io.noties.markwon" % "image-picasso" % "4.6.2"
Groovy Grape
@Grapes(
  @Grab(group='io.noties.markwon', module='image-picasso', version='4.6.2')
)
Apache Ivy
<dependency org="io.noties.markwon" name="image-picasso" rev="4.6.2" />
Leiningen
[io.noties.markwon/image-picasso "4.6.2"]
Apache Buildr
'io.noties.markwon:image-picasso:jar:4.6.2'