MVN

com.yandex.div : div-shimmer

Maven & Gradle

Aug 21, 2023
2.1k stars

DivKit · DivKit is an open source Server-Driven UI (SDUI) framework. SDUI is a an emerging technique that leverage the server to build the user interfaces of their mobile app.

<dependency>
    <groupId>com.yandex.div</groupId>
    <artifactId>div-shimmer</artifactId>
    <version>27.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yandex.div : div-shimmer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 27.3.0

All Versions

Choose a version of com.yandex.div : div-shimmer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
27.3.x
div-shimmer-27.3.0
27.2.x
div-shimmer-27.2.0
27.1.x
div-shimmer-27.1.0
27.0.x
div-shimmer-27.0.0
26.2.x
div-shimmer-26.2.1
div-shimmer-26.2.0
26.1.x
div-shimmer-26.1.0
26.0.x
div-shimmer-26.0.0
25.7.x
div-shimmer-25.7.0
25.6.x
div-shimmer-25.6.0
25.5.x
div-shimmer-25.5.0
25.4.x
div-shimmer-25.4.1
div-shimmer-25.4.0
25.3.x
div-shimmer-25.3.0
25.2.x
div-shimmer-25.2.0
25.1.x
div-shimmer-25.1.0
25.0.x
div-shimmer-25.0.0
24.3.x
div-shimmer-24.3.0
24.2.x
div-shimmer-24.2.0
24.1.x
div-shimmer-24.1.0
24.0.x
div-shimmer-24.0.0
23.7.x
div-shimmer-23.7.0
23.6.x
div-shimmer-23.6.0
23.5.x
div-shimmer-23.5.1
div-shimmer-23.5.0
23.4.x
div-shimmer-23.4.0

How to add a dependency to Maven

Add the following com.yandex.div : div-shimmer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yandex.div</groupId>
    <artifactId>div-shimmer</artifactId>
    <version>27.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yandex.div : div-shimmer gradle dependency to your build.gradle file:

implementation 'com.yandex.div:div-shimmer:27.3.0'

Gradle Kotlin DSL: Add the following com.yandex.div : div-shimmer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yandex.div:div-shimmer:27.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yandex.div : div-shimmer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yandex.div" % "div-shimmer" % "27.3.0"