| GroupId | GroupIdru.noties |
|---|---|
| ArtifactId | ArtifactIdmarkwon-html-parser-impl |
| Version | Version2.0.0 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/ru.noties/markwon-html-parser-impl/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>markwon-html-parser-impl</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/markwon-html-parser-impl/
implementation 'ru.noties:markwon-html-parser-impl:2.0.0'
// https://jarcasting.com/artifacts/ru.noties/markwon-html-parser-impl/
implementation ("ru.noties:markwon-html-parser-impl:2.0.0")
'ru.noties:markwon-html-parser-impl:aar:2.0.0'
<dependency org="ru.noties" name="markwon-html-parser-impl" rev="2.0.0">
<artifact name="markwon-html-parser-impl" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='markwon-html-parser-impl', version='2.0.0')
)
libraryDependencies += "ru.noties" % "markwon-html-parser-impl" % "2.0.0"
[ru.noties/markwon-html-parser-impl "2.0.0"]