MVN

com.maxkeppeler.sheets : options

Maven & Gradle

Jul 24, 2022
917 stars

options · Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project.

<dependency>
    <groupId>com.maxkeppeler.sheets</groupId>
    <artifactId>options</artifactId>
    <version>2.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.maxkeppeler.sheets : options to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.9

All Versions

Choose a version of com.maxkeppeler.sheets : options to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
options-2.2.9
options-2.2.8
options-2.2.7
options-2.2.6
options-2.2.5
options-2.2.4
options-2.2.3
options-2.2.2
options-2.2.1
options-2.2.0
2.1.x
options-2.1.4
options-2.1.3
options-2.1.2
options-2.1.1
options-2.1.0

How to add a dependency to Maven

Add the following com.maxkeppeler.sheets : options maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.maxkeppeler.sheets</groupId>
    <artifactId>options</artifactId>
    <version>2.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.maxkeppeler.sheets : options gradle dependency to your build.gradle file:

implementation 'com.maxkeppeler.sheets:options:2.2.9'

Gradle Kotlin DSL: Add the following com.maxkeppeler.sheets : options gradle kotlin dependency to your build.gradle.kts file:

implementation("com.maxkeppeler.sheets:options:2.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.maxkeppeler.sheets : options sbt scala dependency to your build.sbt file:

libraryDependencies += "com.maxkeppeler.sheets" % "options" % "2.2.9"

Advertisement