is not current version
Last Version 4.6.2

io.noties.markwon:html 4.1.2

Provides HTML parsing functionality

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

html
Version

Version

4.1.2
Type

Type

aar

Download html 4.1.2


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