s

showkase-processor

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-processor-1.0.0-alpha05.jar download
showkase-processor-1.0.0-alpha05.pom download
showkase-processor-1.0.0-alpha05-sources.jar download
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>showkase-processor</artifactId>
  <version>1.0.0-alpha05</version>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:showkase-processor:1.0.0-alpha05'
Gradle Kotlin
implementation("com.airbnb.android:showkase-processor:1.0.0-alpha05")
Scala SBT
libraryDependencies += "com.airbnb.android" % "showkase-processor" % "1.0.0-alpha05"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='showkase-processor', version='1.0.0-alpha05')
)
Apache Ivy
<dependency org="com.airbnb.android" name="showkase-processor" rev="1.0.0-alpha05" />
Leiningen
[com.airbnb.android/showkase-processor "1.0.0-alpha05"]
Apache Buildr
'com.airbnb.android:showkase-processor:jar:1.0.0-alpha05'