GroupId | GroupIdio.noties.markwon |
---|---|
ArtifactId | ArtifactIdhtml |
Version | Version4.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
html-4.2.1.pom | |
html-4.2.1.aar | 131 KB |
html-4.2.1-sources.jar | 51 KB |
html-4.2.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/html/
implementation 'io.noties.markwon:html:4.2.1'
// https://jarcasting.com/artifacts/io.noties.markwon/html/
implementation ("io.noties.markwon:html:4.2.1")
'io.noties.markwon:html:aar:4.2.1'
<dependency org="io.noties.markwon" name="html" rev="4.2.1">
<artifact name="html" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='html', version='4.2.1')
)
libraryDependencies += "io.noties.markwon" % "html" % "4.2.1"
[io.noties.markwon/html "4.2.1"]