License |
License |
---|---|
GroupId | GroupIdcom.github.michael-rapp |
ArtifactId | ArtifactIdandroid-bottom-sheet |
Version | Version2.0.0 |
Type | Typeaar |
Description |
DescriptionAndroidBottomSheet
Provides a bottom sheet as proposed by Android's Material design guidelines.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-bottom-sheet-2.0.0.pom | |
android-bottom-sheet-2.0.0.aar | 65 KB |
android-bottom-sheet-2.0.0-sources.jar | 30 KB |
android-bottom-sheet-2.0.0-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>2.0.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:2.0.0'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-bottom-sheet/
implementation ("com.github.michael-rapp:android-bottom-sheet:2.0.0")
'com.github.michael-rapp:android-bottom-sheet:aar:2.0.0'
<dependency org="com.github.michael-rapp" name="android-bottom-sheet" rev="2.0.0">
<artifact name="android-bottom-sheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-bottom-sheet', version='2.0.0')
)
libraryDependencies += "com.github.michael-rapp" % "android-bottom-sheet" % "2.0.0"
[com.github.michael-rapp/android-bottom-sheet "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.0.0 |
com.github.michael-rapp : android-util | jar | 2.0.0 |