GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdandroid-bottom-sheet |
Version | Version1.4.2 |
Type | Typeaar |
Filename | Size |
---|---|
android-bottom-sheet-1.4.2.pom | |
android-bottom-sheet-1.4.2.aar | 63 KB |
android-bottom-sheet-1.4.2-sources.jar | 30 KB |
android-bottom-sheet-1.4.2-javadoc.jar | 103 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.2</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.2'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-bottom-sheet/
implementation ("com.github.michael-rapp:android-bottom-sheet:1.4.2")
'com.github.michael-rapp:android-bottom-sheet:aar:1.4.2'
<dependency org="com.github.michael-rapp" name="android-bottom-sheet" rev="1.4.2">
<artifact name="android-bottom-sheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-bottom-sheet', version='1.4.2')
)
libraryDependencies += "com.github.michael-rapp" % "android-bottom-sheet" % "1.4.2"
[com.github.michael-rapp/android-bottom-sheet "1.4.2"]