d

div-shimmer

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.
http://divkit.tech/
Apache License, version 2.0
Yandex
Files download
File Operation
div-shimmer-29.13.1.pom download
div-shimmer-29.13.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.div</groupId>
  <artifactId>div-shimmer</artifactId>
  <version>29.13.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.div:div-shimmer:29.13.1'
Gradle Kotlin
implementation("com.yandex.div:div-shimmer:29.13.1")
Scala SBT
libraryDependencies += "com.yandex.div" % "div-shimmer" % "29.13.1"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.div', module='div-shimmer', version='29.13.1')
)
Apache Ivy
<dependency org="com.yandex.div" name="div-shimmer" rev="29.13.1" />
Leiningen
[com.yandex.div/div-shimmer "29.13.1"]
Apache Buildr
'com.yandex.div:div-shimmer:jar:29.13.1'