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