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