is not current version
Last Version 1.0.0-kotlin1.5.30-1

com.airbnb.android:showkase 1.0.0-beta13

Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

showkase
Version

Version

1.0.0-beta13
Type

Type

aar

Download showkase 1.0.0-beta13


<!-- https://jarcasting.com/artifacts/com.airbnb.android/showkase/ -->
<dependency>
    <groupId>com.airbnb.android</groupId>
    <artifactId>showkase</artifactId>
    <version>1.0.0-beta13</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/showkase/
implementation 'com.airbnb.android:showkase:1.0.0-beta13'
// https://jarcasting.com/artifacts/com.airbnb.android/showkase/
implementation ("com.airbnb.android:showkase:1.0.0-beta13")
'com.airbnb.android:showkase:aar:1.0.0-beta13'
<dependency org="com.airbnb.android" name="showkase" rev="1.0.0-beta13">
  <artifact name="showkase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='showkase', version='1.0.0-beta13')
)
libraryDependencies += "com.airbnb.android" % "showkase" % "1.0.0-beta13"
[com.airbnb.android/showkase "1.0.0-beta13"]