MVN

io.github.tutorialsandroid : kalertdialog

Maven & Gradle

Mar 01, 2023
171 stars

kalertdialog · AlertDialog for Android, a beautiful and material alert dialog to use in your android app.

<dependency>
    <groupId>io.github.tutorialsandroid</groupId>
    <artifactId>kalertdialog</artifactId>
    <version>20.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20.4.8

All Versions

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

Version Vulnerabilities Updated
20.4.x
kalertdialog-20.4.8
20.3.x
kalertdialog-20.3.7
kalertdialog-20.3.6
kalertdialog-20.3.5
kalertdialog-20.3.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.tutorialsandroid</groupId>
    <artifactId>kalertdialog</artifactId>
    <version>20.4.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.tutorialsandroid:kalertdialog:20.4.8'

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

implementation("io.github.tutorialsandroid:kalertdialog:20.4.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.tutorialsandroid" % "kalertdialog" % "20.4.8"