MVN

fr.tvbarthel.blurdialogfragment : lib

Maven & Gradle

Jul 09, 2016
2k stars

BlurDialogFragment · This project allows to display DialogFragment with a burring effect behind.

<dependency>
    <groupId>fr.tvbarthel.blurdialogfragment</groupId>
    <artifactId>lib</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.tvbarthel.blurdialogfragment : lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of fr.tvbarthel.blurdialogfragment : lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
lib-2.2.0
2.1.x
lib-2.1.6
lib-2.1.5
lib-2.1.4
lib-2.1.3
lib-2.1.2
lib-2.1.1

How to add a dependency to Maven

Add the following fr.tvbarthel.blurdialogfragment : lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.tvbarthel.blurdialogfragment</groupId>
    <artifactId>lib</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.tvbarthel.blurdialogfragment : lib gradle dependency to your build.gradle file:

implementation 'fr.tvbarthel.blurdialogfragment:lib:2.2.0'

Gradle Kotlin DSL: Add the following fr.tvbarthel.blurdialogfragment : lib gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.tvbarthel.blurdialogfragment:lib:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.tvbarthel.blurdialogfragment : lib sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.tvbarthel.blurdialogfragment" % "lib" % "2.2.0"

Advertisement