MVN

io.github.dokar3 : sheets

Maven & Gradle

Aug 13, 2023
151 stars

Sheets · Another BottomSheet in Jetpack Compose

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

Latest Version

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

  • Latest Stable: 0.4.7

All Versions

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

Version Vulnerabilities Updated
0.4.x
sheets-0.4.7
sheets-0.4.6
sheets-0.4.5
sheets-0.4.4
sheets-0.4.3
sheets-0.4.2
sheets-0.4.1
sheets-0.4.0
0.3.x
sheets-0.3.0
0.2.x
sheets-0.2.9
sheets-0.2.8
sheets-0.2.7
sheets-0.2.6
sheets-0.2.5
sheets-0.2.4
sheets-0.2.3
sheets-0.2.2
sheets-0.2.1
sheets-0.2.0
0.1.x
sheets-0.1.5
sheets-0.1.4
sheets-0.1.3
sheets-0.1.2
sheets-0.1.1
sheets-0.1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement