MVN

com.maxkeppeler.sheets : input

Maven & Gradle

Jan 28, 2023
1 usages
917 stars

Sheets-Dialogs Input · Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project.

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

Latest Version

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

  • Latest Stable: 2.3.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.maxkeppeler.sheets</groupId>
    <artifactId>input</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.maxkeppeler.sheets:input:2.3.1'

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

implementation("com.maxkeppeler.sheets:input:2.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.maxkeppeler.sheets" % "input" % "2.3.1"

Advertisement