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