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