a

accompanist-appcompat-theme

Utilities for Jetpack Compose
https://github.com/google/accompanist/
The Apache Software License, Version 2.0
Google
文件下载
文件名 操作
accompanist-appcompat-theme-0.15.0.pom 下载
accompanist-appcompat-theme-0.15.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.accompanist</groupId>
  <artifactId>accompanist-appcompat-theme</artifactId>
  <version>0.15.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.google.accompanist:accompanist-appcompat-theme:0.15.0'
Gradle Kotlin
implementation("com.google.accompanist:accompanist-appcompat-theme:0.15.0")
Scala SBT
libraryDependencies += "com.google.accompanist" % "accompanist-appcompat-theme" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.accompanist', module='accompanist-appcompat-theme', version='0.15.0')
)
Apache Ivy
<dependency org="com.google.accompanist" name="accompanist-appcompat-theme" rev="0.15.0" />
Leiningen
[com.google.accompanist/accompanist-appcompat-theme "0.15.0"]
Apache Buildr
'com.google.accompanist:accompanist-appcompat-theme:jar:0.15.0'