| Группа | Группаcom.github.michael-rapp |
|---|---|
| Идентификатор | Идентификаторandroid-bottom-sheet |
| Версия | Версия1.4.5 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| android-bottom-sheet-1.4.5.pom | |
| android-bottom-sheet-1.4.5.aar | 64 KB |
| android-bottom-sheet-1.4.5-sources.jar | 30 KB |
| android-bottom-sheet-1.4.5-javadoc.jar | 104 KB |
| Обзор |
<!-- 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.5</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.5'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-bottom-sheet/
implementation ("com.github.michael-rapp:android-bottom-sheet:1.4.5")
'com.github.michael-rapp:android-bottom-sheet:aar:1.4.5'
<dependency org="com.github.michael-rapp" name="android-bottom-sheet" rev="1.4.5">
<artifact name="android-bottom-sheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-bottom-sheet', version='1.4.5')
)
libraryDependencies += "com.github.michael-rapp" % "android-bottom-sheet" % "1.4.5"
[com.github.michael-rapp/android-bottom-sheet "1.4.5"]