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