MVN

io.github.eltos : simpledialogfragments

Maven & Gradle

Jul 31, 2023
118 stars

SimpleDialogFragments · A collection of easy to use and extendable DialogFragment's for Android

<dependency>
    <groupId>io.github.eltos</groupId>
    <artifactId>simpledialogfragments</artifactId>
    <version>3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.7

All Versions

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

Version Vulnerabilities Updated
3.7
simpledialogfragments-3.7
3.6.x
simpledialogfragments-3.6.4
simpledialogfragments-3.6.3
simpledialogfragments-3.6.2
simpledialogfragments-3.6.1
3.6
simpledialogfragments-3.6
3.5.x
simpledialogfragments-3.5.2
simpledialogfragments-3.5.1
simpledialogfragments-3.5.0
3.5
simpledialogfragments-3.5
3.4.x
simpledialogfragments-3.4.1
3.4
simpledialogfragments-3.4
3.3.x
simpledialogfragments-3.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.eltos</groupId>
    <artifactId>simpledialogfragments</artifactId>
    <version>3.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.eltos:simpledialogfragments:3.7'

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

implementation("io.github.eltos:simpledialogfragments:3.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.eltos" % "simpledialogfragments" % "3.7"

Advertisement