s

showkase

Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.
https://github.com/airbnb/Showkase
The Apache Software License, Version 2.0
Airbnb
Files download
File Operation
showkase-1.0.1.pom download
showkase-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>showkase</artifactId>
  <version>1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:showkase:1.0.1'
Gradle Kotlin
implementation("com.airbnb.android:showkase:1.0.1")
Scala SBT
libraryDependencies += "com.airbnb.android" % "showkase" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='showkase', version='1.0.1')
)
Apache Ivy
<dependency org="com.airbnb.android" name="showkase" rev="1.0.1" />
Leiningen
[com.airbnb.android/showkase "1.0.1"]
Apache Buildr
'com.airbnb.android:showkase:jar:1.0.1'