a

accompanist-systemuicontroller

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