a

accompanist-systemuicontroller

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