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