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