| GroupId | GroupIdcom.zachklipp.compose-richtext | 
    
|---|---|
| ArtifactId | ArtifactIdrichtext-commonmark | 
    
| Version | Version0.1.0+alpha06 | 
        
| Type | Typeaar | 
    
<!-- https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-commonmark/ -->
<dependency>
    <groupId>com.zachklipp.compose-richtext</groupId>
    <artifactId>richtext-commonmark</artifactId>
    <version>0.1.0+alpha06</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-commonmark/
implementation 'com.zachklipp.compose-richtext:richtext-commonmark:0.1.0+alpha06'
                // https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-commonmark/
implementation ("com.zachklipp.compose-richtext:richtext-commonmark:0.1.0+alpha06")
                'com.zachklipp.compose-richtext:richtext-commonmark:aar:0.1.0+alpha06'
                <dependency org="com.zachklipp.compose-richtext" name="richtext-commonmark" rev="0.1.0+alpha06">
  <artifact name="richtext-commonmark" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.zachklipp.compose-richtext', module='richtext-commonmark', version='0.1.0+alpha06')
)
                libraryDependencies += "com.zachklipp.compose-richtext" % "richtext-commonmark" % "0.1.0+alpha06"
                [com.zachklipp.compose-richtext/richtext-commonmark "0.1.0+alpha06"]