| GroupId | GroupIdio.noties.markwon |
|---|---|
| ArtifactId | ArtifactIdinline-parser |
| Version | Version4.3.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| inline-parser-4.3.0.pom | |
| inline-parser-4.3.0.aar | 26 KB |
| inline-parser-4.3.0-sources.jar | 18 KB |
| inline-parser-4.3.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/inline-parser/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>inline-parser</artifactId>
<version>4.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/inline-parser/
implementation 'io.noties.markwon:inline-parser:4.3.0'
// https://jarcasting.com/artifacts/io.noties.markwon/inline-parser/
implementation ("io.noties.markwon:inline-parser:4.3.0")
'io.noties.markwon:inline-parser:aar:4.3.0'
<dependency org="io.noties.markwon" name="inline-parser" rev="4.3.0">
<artifact name="inline-parser" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='inline-parser', version='4.3.0')
)
libraryDependencies += "io.noties.markwon" % "inline-parser" % "4.3.0"
[io.noties.markwon/inline-parser "4.3.0"]