is not current version
Last Version 0.13.0

com.halilibo.compose-richtext:richtext-commonmark 0.7.0

A library for rendering markdown in Compose using the Commonmark library.

GroupId

GroupId

com.halilibo.compose-richtext
ArtifactId

ArtifactId

richtext-commonmark
Version

Version

0.7.0
Type

Type

aar

Download richtext-commonmark 0.7.0


<!-- https://jarcasting.com/artifacts/com.halilibo.compose-richtext/richtext-commonmark/ -->
<dependency>
    <groupId>com.halilibo.compose-richtext</groupId>
    <artifactId>richtext-commonmark</artifactId>
    <version>0.7.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.halilibo.compose-richtext/richtext-commonmark/
implementation 'com.halilibo.compose-richtext:richtext-commonmark:0.7.0'
// https://jarcasting.com/artifacts/com.halilibo.compose-richtext/richtext-commonmark/
implementation ("com.halilibo.compose-richtext:richtext-commonmark:0.7.0")
'com.halilibo.compose-richtext:richtext-commonmark:aar:0.7.0'
<dependency org="com.halilibo.compose-richtext" name="richtext-commonmark" rev="0.7.0">
  <artifact name="richtext-commonmark" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.halilibo.compose-richtext', module='richtext-commonmark', version='0.7.0')
)
libraryDependencies += "com.halilibo.compose-richtext" % "richtext-commonmark" % "0.7.0"
[com.halilibo.compose-richtext/richtext-commonmark "0.7.0"]