is not current version
Last Version 2.0.0

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

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

Type

aar

Download android-bottom-sheet 1.0.1


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