MVN

com.github.skydoves : landscapist-placeholder

Maven & Gradle

Aug 17, 2023
1.9k stars

landscapist-placeholder · Jetpack Compose image loading library that fetches and displays network images with Glide, Coil, and Fresco.

<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>landscapist-placeholder</artifactId>
    <version>2.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skydoves : landscapist-placeholder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.7

All Versions

Choose a version of com.github.skydoves : landscapist-placeholder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
landscapist-placeholder-2.2.7
landscapist-placeholder-2.2.6
landscapist-placeholder-2.2.5
landscapist-placeholder-2.2.4
landscapist-placeholder-2.2.3
landscapist-placeholder-2.2.2
landscapist-placeholder-2.2.1
landscapist-placeholder-2.2.0
2.1.x
landscapist-placeholder-2.1.13
landscapist-placeholder-2.1.12
landscapist-placeholder-2.1.11
landscapist-placeholder-2.1.10
landscapist-placeholder-2.1.9
landscapist-placeholder-2.1.8
landscapist-placeholder-2.1.7
landscapist-placeholder-2.1.6
landscapist-placeholder-2.1.5
landscapist-placeholder-2.1.4
landscapist-placeholder-2.1.3
landscapist-placeholder-2.1.2
landscapist-placeholder-2.1.1
landscapist-placeholder-2.1.0
2.0.x
landscapist-placeholder-2.0.3
landscapist-placeholder-2.0.2
landscapist-placeholder-2.0.1
landscapist-placeholder-2.0.0

How to add a dependency to Maven

Add the following com.github.skydoves : landscapist-placeholder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>landscapist-placeholder</artifactId>
    <version>2.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.skydoves : landscapist-placeholder gradle dependency to your build.gradle file:

implementation 'com.github.skydoves:landscapist-placeholder:2.2.7'

Gradle Kotlin DSL: Add the following com.github.skydoves : landscapist-placeholder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.skydoves:landscapist-placeholder:2.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.skydoves : landscapist-placeholder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.skydoves" % "landscapist-placeholder" % "2.2.7"