MVN

io.github.sy007 : debounce-plugin

Maven & Gradle

Aug 18, 2023
110 stars

debounce-plugin · android click event debounce plugin

<dependency>
    <groupId>io.github.sy007</groupId>
    <artifactId>debounce-plugin</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sy007 : debounce-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of io.github.sy007 : debounce-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
debounce-plugin-2.1.3
debounce-plugin-2.1.2
debounce-plugin-2.1.1
debounce-plugin-2.1.0
2.0.x
debounce-plugin-2.0.4
debounce-plugin-2.0.3
debounce-plugin-2.0.2
debounce-plugin-2.0.1
debounce-plugin-2.0.0
1.2.x
debounce-plugin-1.2.0
1.1.x
debounce-plugin-1.1.3
debounce-plugin-1.1.2
debounce-plugin-1.1.1
debounce-plugin-1.1.0
1.0.x
debounce-plugin-1.0.2
debounce-plugin-1.0.1
debounce-plugin-1.0.0
0.4.x
debounce-plugin-0.4.1
debounce-plugin-0.4.0
0.3.x
debounce-plugin-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.sy007</groupId>
    <artifactId>debounce-plugin</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sy007 : debounce-plugin gradle dependency to your build.gradle file:

implementation 'io.github.sy007:debounce-plugin:2.1.3'

Gradle Kotlin DSL: Add the following io.github.sy007 : debounce-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sy007:debounce-plugin:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sy007 : debounce-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sy007" % "debounce-plugin" % "2.1.3"