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