| License |
License |
|---|---|
| GroupId | GroupIdio.noties.markwon |
| ArtifactId | ArtifactIdinline-parser |
| Version | Version4.6.2 |
| Type | Typeaar |
| Description |
DescriptionInline Parser
Markwon customizable commonmark-java InlineParser
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| inline-parser-4.6.2.pom | |
| inline-parser-4.6.2.aar | 37 KB |
| inline-parser-4.6.2-sources.jar | 18 KB |
| inline-parser-4.6.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/inline-parser/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>inline-parser</artifactId>
<version>4.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/inline-parser/
implementation 'io.noties.markwon:inline-parser:4.6.2'
// https://jarcasting.com/artifacts/io.noties.markwon/inline-parser/
implementation ("io.noties.markwon:inline-parser:4.6.2")
'io.noties.markwon:inline-parser:aar:4.6.2'
<dependency org="io.noties.markwon" name="inline-parser" rev="4.6.2">
<artifact name="inline-parser" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='inline-parser', version='4.6.2')
)
libraryDependencies += "io.noties.markwon" % "inline-parser" % "4.6.2"
[io.noties.markwon/inline-parser "4.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.noties.markwon : core | jar | 4.6.2 |
| androidx.annotation » annotation | jar | 1.1.0 |
| com.atlassian.commonmark : commonmark | jar | 0.13.0 |