Sheets

Another BottomSheet in Jetpack Compose

License

License

GroupId

GroupId

io.github.dokar3
ArtifactId

ArtifactId

sheets
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

aar
Description

Description

Sheets
Another BottomSheet in Jetpack Compose
Project URL

Project URL

https://github.com/dokar3/sheets
Source Code Management

Source Code Management

https://github.com/dokar3/sheets

Download sheets

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (4)

Group / Artifact Type Version
androidx.compose.ui » ui jar 1.2.0-rc02
androidx.compose.ui » ui-util jar 1.2.0-rc02
androidx.compose.material » material jar 1.2.0-rc02
androidx.activity » activity-compose jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0