v

video-custom

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
video-custom-29.13.0.pom download
video-custom-29.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.div</groupId>
  <artifactId>video-custom</artifactId>
  <version>29.13.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.div:video-custom:29.13.0'
Gradle Kotlin
implementation("com.yandex.div:video-custom:29.13.0")
Scala SBT
libraryDependencies += "com.yandex.div" % "video-custom" % "29.13.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.div', module='video-custom', version='29.13.0')
)
Apache Ivy
<dependency org="com.yandex.div" name="video-custom" rev="29.13.0" />
Leiningen
[com.yandex.div/video-custom "29.13.0"]
Apache Buildr
'com.yandex.div:video-custom:jar:29.13.0'