GroupId | GroupIdio.noties.markwon |
---|---|
ArtifactId | ArtifactIdhtml |
Version | Version4.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
html-4.2.2.pom | |
html-4.2.2.aar | 131 KB |
html-4.2.2-sources.jar | 51 KB |
html-4.2.2-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/html/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>html</artifactId>
<version>4.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/html/
implementation 'io.noties.markwon:html:4.2.2'
// https://jarcasting.com/artifacts/io.noties.markwon/html/
implementation ("io.noties.markwon:html:4.2.2")
'io.noties.markwon:html:aar:4.2.2'
<dependency org="io.noties.markwon" name="html" rev="4.2.2">
<artifact name="html" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='html', version='4.2.2')
)
libraryDependencies += "io.noties.markwon" % "html" % "4.2.2"
[io.noties.markwon/html "4.2.2"]