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