License |
License |
---|---|
GroupId | GroupIdcom.github.skgmn |
ArtifactId | ArtifactIdcomposetooltip |
Version | Version0.2.0 |
Type | Typeaar |
Description |
DescriptionComposeTooltip
Tooltip library for Jetpack Compose
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
composetooltip-0.2.0.pom | |
composetooltip-0.2.0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skgmn/composetooltip/ -->
<dependency>
<groupId>com.github.skgmn</groupId>
<artifactId>composetooltip</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skgmn/composetooltip/
implementation 'com.github.skgmn:composetooltip:0.2.0'
// https://jarcasting.com/artifacts/com.github.skgmn/composetooltip/
implementation ("com.github.skgmn:composetooltip:0.2.0")
'com.github.skgmn:composetooltip:aar:0.2.0'
<dependency org="com.github.skgmn" name="composetooltip" rev="0.2.0">
<artifact name="composetooltip" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skgmn', module='composetooltip', version='0.2.0')
)
libraryDependencies += "com.github.skgmn" % "composetooltip" % "0.2.0"
[com.github.skgmn/composetooltip "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
Group / Artifact | Type | Version |
---|---|---|
androidx.compose.ui » ui | jar | 1.0.2 |
androidx.compose.material » material | jar | 1.0.2 |
androidx.compose.ui » ui-tooling-preview | jar | 1.0.2 |
androidx.constraintlayout » constraintlayout-compose | jar | 1.0.0-beta02 |
com.google.android.material » material | jar | 1.4.0 |