MVN

io.github.dokar3 : sheets-m3

Maven & Gradle

Aug 13, 2023
155 stars

Sheets · Another BottomSheet in Jetpack Compose

<dependency>
    <groupId>io.github.dokar3</groupId>
    <artifactId>sheets-m3</artifactId>
    <version>0.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dokar3 : sheets-m3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.7

All Versions

Choose a version of io.github.dokar3 : sheets-m3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
sheets-m3-0.4.7
sheets-m3-0.4.6
sheets-m3-0.4.5
sheets-m3-0.4.4

How to add a dependency to Maven

Add the following io.github.dokar3 : sheets-m3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dokar3</groupId>
    <artifactId>sheets-m3</artifactId>
    <version>0.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dokar3 : sheets-m3 gradle dependency to your build.gradle file:

implementation 'io.github.dokar3:sheets-m3:0.4.7'

Gradle Kotlin DSL: Add the following io.github.dokar3 : sheets-m3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dokar3:sheets-m3:0.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dokar3 : sheets-m3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dokar3" % "sheets-m3" % "0.4.7"

Advertisement