GroupId | GroupIdcom.github.pavlospt |
---|---|
ArtifactId | ArtifactIdbottomsheet-core |
Version | Version1.5.7 |
Type | Typeaar |
Filename | Size |
---|---|
bottomsheet-core-1.5.7.pom | |
bottomsheet-core-1.5.7-sources.jar | 9 KB |
bottomsheet-core-1.5.7-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pavlospt/bottomsheet-core/ -->
<dependency>
<groupId>com.github.pavlospt</groupId>
<artifactId>bottomsheet-core</artifactId>
<version>1.5.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/bottomsheet-core/
implementation 'com.github.pavlospt:bottomsheet-core:1.5.7'
// https://jarcasting.com/artifacts/com.github.pavlospt/bottomsheet-core/
implementation ("com.github.pavlospt:bottomsheet-core:1.5.7")
'com.github.pavlospt:bottomsheet-core:aar:1.5.7'
<dependency org="com.github.pavlospt" name="bottomsheet-core" rev="1.5.7">
<artifact name="bottomsheet-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='bottomsheet-core', version='1.5.7')
)
libraryDependencies += "com.github.pavlospt" % "bottomsheet-core" % "1.5.7"
[com.github.pavlospt/bottomsheet-core "1.5.7"]