License |
License |
---|---|
GroupId | GroupIdcom.zachklipp.compose-richtext |
ArtifactId | ArtifactIdrichtext-commonmark |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCompose Richtext Commonmark
A library for rendering markdown in Compose using the Commonmark library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-commonmark/ -->
<dependency>
<groupId>com.zachklipp.compose-richtext</groupId>
<artifactId>richtext-commonmark</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-commonmark/
implementation 'com.zachklipp.compose-richtext:richtext-commonmark:0.3.0'
// https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-commonmark/
implementation ("com.zachklipp.compose-richtext:richtext-commonmark:0.3.0")
'com.zachklipp.compose-richtext:richtext-commonmark:aar:0.3.0'
<dependency org="com.zachklipp.compose-richtext" name="richtext-commonmark" rev="0.3.0">
<artifact name="richtext-commonmark" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zachklipp.compose-richtext', module='richtext-commonmark', version='0.3.0')
)
libraryDependencies += "com.zachklipp.compose-richtext" % "richtext-commonmark" % "0.3.0"
[com.zachklipp.compose-richtext/richtext-commonmark "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.zachklipp.compose-richtext : richtext-ui | jar | 0.3.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
Group / Artifact | Type | Version |
---|---|---|
com.google.accompanist : accompanist-coil | jar | 0.10.0 |
com.atlassian.commonmark : commonmark | jar | 0.15.2 |
com.atlassian.commonmark : commonmark-ext-gfm-strikethrough | jar | 0.15.2 |
com.atlassian.commonmark : commonmark-ext-gfm-tables | jar | 0.15.2 |
androidx.compose.material » material | jar | 1.0.0-beta07 |