GroupId | GroupIdcom.airbnb.android |
---|---|
ArtifactId | ArtifactIdshowkase |
Version | Version1.0.0-beta11 |
Type | Typeaar |
Filename | Size |
---|---|
showkase-1.0.0-beta11.pom | |
showkase-1.0.0-beta11-sources.jar | 21 KB |
showkase-1.0.0-beta11-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/showkase/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>showkase</artifactId>
<version>1.0.0-beta11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/showkase/
implementation 'com.airbnb.android:showkase:1.0.0-beta11'
// https://jarcasting.com/artifacts/com.airbnb.android/showkase/
implementation ("com.airbnb.android:showkase:1.0.0-beta11")
'com.airbnb.android:showkase:aar:1.0.0-beta11'
<dependency org="com.airbnb.android" name="showkase" rev="1.0.0-beta11">
<artifact name="showkase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='showkase', version='1.0.0-beta11')
)
libraryDependencies += "com.airbnb.android" % "showkase" % "1.0.0-beta11"
[com.airbnb.android/showkase "1.0.0-beta11"]