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