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