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