is not current version
Last Version 1.5.0

com.cocosw:bottomsheet 0.8

One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation.

GroupId

GroupId

com.cocosw
ArtifactId

ArtifactId

bottomsheet
Version

Version

0.8
Type

Type

aar

Download bottomsheet 0.8


<!-- https://jarcasting.com/artifacts/com.cocosw/bottomsheet/ -->
<dependency>
    <groupId>com.cocosw</groupId>
    <artifactId>bottomsheet</artifactId>
    <version>0.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cocosw/bottomsheet/
implementation 'com.cocosw:bottomsheet:0.8'
// https://jarcasting.com/artifacts/com.cocosw/bottomsheet/
implementation ("com.cocosw:bottomsheet:0.8")
'com.cocosw:bottomsheet:aar:0.8'
<dependency org="com.cocosw" name="bottomsheet" rev="0.8">
  <artifact name="bottomsheet" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cocosw', module='bottomsheet', version='0.8')
)
libraryDependencies += "com.cocosw" % "bottomsheet" % "0.8"
[com.cocosw/bottomsheet "0.8"]