is not current version
Last Version 4.6.2

io.noties.markwon:image 4.3.0

Markwon image loading module (with optional GIF and SVG support)

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

image
Version

Version

4.3.0
Type

Type

aar

Download image 4.3.0


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