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