GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdandroid-bottom-sheet |
Version | Version1.4.6 |
Type | Typeaar |
Filename | Size |
---|---|
android-bottom-sheet-1.4.6.pom | |
android-bottom-sheet-1.4.6.aar | 64 KB |
android-bottom-sheet-1.4.6-sources.jar | 30 KB |
android-bottom-sheet-1.4.6-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/android-bottom-sheet/ -->
<dependency>
<groupId>com.github.michael-rapp</groupId>
<artifactId>android-bottom-sheet</artifactId>
<version>1.4.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-bottom-sheet/
implementation 'com.github.michael-rapp:android-bottom-sheet:1.4.6'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-bottom-sheet/
implementation ("com.github.michael-rapp:android-bottom-sheet:1.4.6")
'com.github.michael-rapp:android-bottom-sheet:aar:1.4.6'
<dependency org="com.github.michael-rapp" name="android-bottom-sheet" rev="1.4.6">
<artifact name="android-bottom-sheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-bottom-sheet', version='1.4.6')
)
libraryDependencies += "com.github.michael-rapp" % "android-bottom-sheet" % "1.4.6"
[com.github.michael-rapp/android-bottom-sheet "1.4.6"]