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