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