MVN

at.favre.lib : dali

Maven & Gradle

Jun 14, 2020
1k stars

Dali · Dali is an image blur library for Android. It is easy to use, fast and extensible. Dali contains several modules for either static blurring, live blurring and animations.

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>dali</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.favre.lib : dali to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of at.favre.lib : dali to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
dali-0.4.0
0.3.x
dali-0.3.8
dali-0.3.7
dali-0.3.6
dali-0.3.5
dali-0.3.4
dali-0.3.3

How to add a dependency to Maven

Add the following at.favre.lib : dali maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>dali</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.favre.lib : dali gradle dependency to your build.gradle file:

implementation 'at.favre.lib:dali:0.4.0'

Gradle Kotlin DSL: Add the following at.favre.lib : dali gradle kotlin dependency to your build.gradle.kts file:

implementation("at.favre.lib:dali:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.favre.lib : dali sbt scala dependency to your build.sbt file:

libraryDependencies += "at.favre.lib" % "dali" % "0.4.0"

Advertisement

Dependencies from Group

Feb 12, 2023
27 usages
358 stars
Feb 15, 2023
18 usages
149 stars
Feb 11, 2023
12 usages
57 stars
Jun 08, 2020
2 usages
268 stars
Jun 14, 2020
1k stars

Discover Dependencies