GroupId | GroupIdcom.github.javakam |
---|---|
ArtifactId | ArtifactIddialog.bottomsheet |
Version | Version1.5.0 |
Type | Typeaar |
Filename | Size |
---|---|
dialog.bottomsheet-1.5.0.pom | |
dialog.bottomsheet-1.5.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javakam/dialog.bottomsheet/ -->
<dependency>
<groupId>com.github.javakam</groupId>
<artifactId>dialog.bottomsheet</artifactId>
<version>1.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/dialog.bottomsheet/
implementation 'com.github.javakam:dialog.bottomsheet:1.5.0'
// https://jarcasting.com/artifacts/com.github.javakam/dialog.bottomsheet/
implementation ("com.github.javakam:dialog.bottomsheet:1.5.0")
'com.github.javakam:dialog.bottomsheet:aar:1.5.0'
<dependency org="com.github.javakam" name="dialog.bottomsheet" rev="1.5.0">
<artifact name="dialog.bottomsheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='dialog.bottomsheet', version='1.5.0')
)
libraryDependencies += "com.github.javakam" % "dialog.bottomsheet" % "1.5.0"
[com.github.javakam/dialog.bottomsheet "1.5.0"]