License |
License |
---|---|
GroupId | GroupIdio.noties.markwon |
ArtifactId | ArtifactIdcore |
Version | Version4.6.2 |
Type | Typeaar |
Description |
DescriptionCore
Core Markwon artifact that includes basic markdown parsing and rendering
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-4.6.2.pom | |
core-4.6.2.aar | 130 KB |
core-4.6.2-sources.jar | 74 KB |
core-4.6.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/core/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>core</artifactId>
<version>4.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/core/
implementation 'io.noties.markwon:core:4.6.2'
// https://jarcasting.com/artifacts/io.noties.markwon/core/
implementation ("io.noties.markwon:core:4.6.2")
'io.noties.markwon:core:aar:4.6.2'
<dependency org="io.noties.markwon" name="core" rev="4.6.2">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='core', version='4.6.2')
)
libraryDependencies += "io.noties.markwon" % "core" % "4.6.2"
[io.noties.markwon/core "4.6.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |
com.atlassian.commonmark : commonmark | jar | 0.13.0 |