GroupId | GroupIdcom.github.javakam |
---|---|
ArtifactId | ArtifactIddialog.bottomsheet |
Version | Version2.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
dialog.bottomsheet-2.0.0.pom | |
dialog.bottomsheet-2.0.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>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/dialog.bottomsheet/
implementation 'com.github.javakam:dialog.bottomsheet:2.0.0'
// https://jarcasting.com/artifacts/com.github.javakam/dialog.bottomsheet/
implementation ("com.github.javakam:dialog.bottomsheet:2.0.0")
'com.github.javakam:dialog.bottomsheet:aar:2.0.0'
<dependency org="com.github.javakam" name="dialog.bottomsheet" rev="2.0.0">
<artifact name="dialog.bottomsheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='dialog.bottomsheet', version='2.0.0')
)
libraryDependencies += "com.github.javakam" % "dialog.bottomsheet" % "2.0.0"
[com.github.javakam/dialog.bottomsheet "2.0.0"]