is not current version
Last Version 0.1.4

io.github.dokar3:sheets 0.1.3

Another BottomSheet in Jetpack Compose

GroupId

GroupId

io.github.dokar3
ArtifactId

ArtifactId

sheets
Version

Version

0.1.3
Type

Type

aar

Download sheets 0.1.3


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