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