License |
License |
---|---|
GroupId | GroupIdcom.google.accompanist |
ArtifactId | ArtifactIdaccompanist-appcompat-theme |
Version | Version0.10.0 |
Type | Typeaar |
Description |
DescriptionAppCompat Theme Adapter for Compose
Utilities for Jetpack Compose
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.google.accompanist/accompanist-appcompat-theme/ -->
<dependency>
<groupId>com.google.accompanist</groupId>
<artifactId>accompanist-appcompat-theme</artifactId>
<version>0.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-appcompat-theme/
implementation 'com.google.accompanist:accompanist-appcompat-theme:0.10.0'
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-appcompat-theme/
implementation ("com.google.accompanist:accompanist-appcompat-theme:0.10.0")
'com.google.accompanist:accompanist-appcompat-theme:aar:0.10.0'
<dependency org="com.google.accompanist" name="accompanist-appcompat-theme" rev="0.10.0">
<artifact name="accompanist-appcompat-theme" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.google.accompanist', module='accompanist-appcompat-theme', version='0.10.0')
)
libraryDependencies += "com.google.accompanist" % "accompanist-appcompat-theme" % "0.10.0"
[com.google.accompanist/accompanist-appcompat-theme "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.3.0-rc01 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
Group / Artifact | Type | Version |
---|---|---|
androidx.core » core-ktx | jar | 1.2.0 |
androidx.compose.material » material | jar | 1.0.0-beta07 |