is not current version
Last Version 0.3.0

com.zachklipp.compose-richtext:richtext-ui 0.2.0

A library for rendering high-level text formatting in Compose.

GroupId

GroupId

com.zachklipp.compose-richtext
ArtifactId

ArtifactId

richtext-ui
Version

Version

0.2.0
Type

Type

aar

Download richtext-ui 0.2.0


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