License |
License |
---|---|
GroupId | GroupIdcom.zachklipp.compose-richtext |
ArtifactId | ArtifactIdrichtext-ui |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCompose Richtext UI
A library for rendering high-level text formatting in Compose.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
richtext-ui-0.3.0.pom | |
richtext-ui-0.3.0.module | 3 KB |
richtext-ui-0.3.0-sources.jar | 20 KB |
richtext-ui-0.3.0-javadoc.jar | 373 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.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-ui/
implementation 'com.zachklipp.compose-richtext:richtext-ui:0.3.0'
// https://jarcasting.com/artifacts/com.zachklipp.compose-richtext/richtext-ui/
implementation ("com.zachklipp.compose-richtext:richtext-ui:0.3.0")
'com.zachklipp.compose-richtext:richtext-ui:aar:0.3.0'
<dependency org="com.zachklipp.compose-richtext" name="richtext-ui" rev="0.3.0">
<artifact name="richtext-ui" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zachklipp.compose-richtext', module='richtext-ui', version='0.3.0')
)
libraryDependencies += "com.zachklipp.compose-richtext" % "richtext-ui" % "0.3.0"
[com.zachklipp.compose-richtext/richtext-ui "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |
androidx.compose.foundation » foundation | jar | 1.0.0-beta07 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
Group / Artifact | Type | Version |
---|---|---|
androidx.compose.material » material | jar | 1.0.0-beta07 |