is not current version
Last Version 2.0.0

com.github.michael-rapp:android-bottom-sheet 1.4.3

Provides a bottom sheet as proposed by Android's Material design guidelines.

GroupId

GroupId

com.github.michael-rapp
ArtifactId

ArtifactId

android-bottom-sheet
Version

Version

1.4.3
Type

Type

aar

Download android-bottom-sheet 1.4.3


<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-bottom-sheet/
implementation ("com.github.michael-rapp:android-bottom-sheet:1.4.3")
'com.github.michael-rapp:android-bottom-sheet:aar:1.4.3'
<dependency org="com.github.michael-rapp" name="android-bottom-sheet" rev="1.4.3">
  <artifact name="android-bottom-sheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-bottom-sheet', version='1.4.3')
)
libraryDependencies += "com.github.michael-rapp" % "android-bottom-sheet" % "1.4.3"
[com.github.michael-rapp/android-bottom-sheet "1.4.3"]