MVN

com.github.isong0623 : EasyDialog

Maven & Gradle

Jun 09, 2020

EasyDialog · This is a mDialog easy to use.

<dependency>
    <groupId>com.github.isong0623</groupId>
    <artifactId>EasyDialog</artifactId>
    <version>2.2-androidx</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.isong0623 : EasyDialog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2-androidx

All Versions

Choose a version of com.github.isong0623 : EasyDialog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
EasyDialog-2.2-androidx
2.1
EasyDialog-2.1-support
EasyDialog-2.1-androidx
2.0
EasyDialog-2.0-support
EasyDialog-2.0-androidx
1.0
EasyDialog-1.0-androidx
EasyDialog-1.0-support

How to add a dependency to Maven

Add the following com.github.isong0623 : EasyDialog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.isong0623</groupId>
    <artifactId>EasyDialog</artifactId>
    <version>2.2-androidx</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.isong0623 : EasyDialog gradle dependency to your build.gradle file:

implementation 'com.github.isong0623:EasyDialog:2.2-androidx'

Gradle Kotlin DSL: Add the following com.github.isong0623 : EasyDialog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.isong0623:EasyDialog:2.2-androidx")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.isong0623 : EasyDialog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.isong0623" % "EasyDialog" % "2.2-androidx"