is not current version
Last Version 2.0.0

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

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.2.0
Type

Type

aar

Download android-bottom-sheet 1.2.0


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