s

showkase-annotation

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