License |
License |
---|---|
GroupId | GroupIdcom.google.accompanist |
ArtifactId | ArtifactIdaccompanist-insets |
Version | Version0.22.0-rc |
Type | Typeaar |
Description |
DescriptionAccompanist Insets library
Utilities for Jetpack Compose
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.google.accompanist/accompanist-insets/ -->
<dependency>
<groupId>com.google.accompanist</groupId>
<artifactId>accompanist-insets</artifactId>
<version>0.22.0-rc</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-insets/
implementation 'com.google.accompanist:accompanist-insets:0.22.0-rc'
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-insets/
implementation ("com.google.accompanist:accompanist-insets:0.22.0-rc")
'com.google.accompanist:accompanist-insets:aar:0.22.0-rc'
<dependency org="com.google.accompanist" name="accompanist-insets" rev="0.22.0-rc">
<artifact name="accompanist-insets" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.google.accompanist', module='accompanist-insets', version='0.22.0-rc')
)
libraryDependencies += "com.google.accompanist" % "accompanist-insets" % "0.22.0-rc"
[com.google.accompanist/accompanist-insets "0.22.0-rc"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
androidx.core » core-ktx | jar | 1.7.0 |
androidx.dynamicanimation » dynamicanimation-ktx | jar | 1.0.0-alpha03 |
androidx.compose.foundation » foundation | jar | 1.1.0-rc01 |