GroupId | GroupIdcom.google.accompanist |
---|---|
ArtifactId | ArtifactIdaccompanist-appcompat-theme |
Version | Version0.21.1-beta |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.google.accompanist/accompanist-appcompat-theme/ -->
<dependency>
<groupId>com.google.accompanist</groupId>
<artifactId>accompanist-appcompat-theme</artifactId>
<version>0.21.1-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-appcompat-theme/
implementation 'com.google.accompanist:accompanist-appcompat-theme:0.21.1-beta'
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-appcompat-theme/
implementation ("com.google.accompanist:accompanist-appcompat-theme:0.21.1-beta")
'com.google.accompanist:accompanist-appcompat-theme:aar:0.21.1-beta'
<dependency org="com.google.accompanist" name="accompanist-appcompat-theme" rev="0.21.1-beta">
<artifact name="accompanist-appcompat-theme" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.google.accompanist', module='accompanist-appcompat-theme', version='0.21.1-beta')
)
libraryDependencies += "com.google.accompanist" % "accompanist-appcompat-theme" % "0.21.1-beta"
[com.google.accompanist/accompanist-appcompat-theme "0.21.1-beta"]