g

glide

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