MVN

com.yandex.div : div-size-provider

Maven & Gradle

Aug 21, 2023
2k 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-size-provider</artifactId>
    <version>27.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 27.3.0

All Versions

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

Version Vulnerabilities Updated
27.3.x
div-size-provider-27.3.0
27.2.x
div-size-provider-27.2.0
27.1.x
div-size-provider-27.1.0
27.0.x
div-size-provider-27.0.0
26.2.x
div-size-provider-26.2.1
div-size-provider-26.2.0
26.1.x
div-size-provider-26.1.0
26.0.x
div-size-provider-26.0.0
25.7.x
div-size-provider-25.7.0
25.6.x
div-size-provider-25.6.0
25.5.x
div-size-provider-25.5.0
25.4.x
div-size-provider-25.4.1
div-size-provider-25.4.0
25.3.x
div-size-provider-25.3.0
25.2.x
div-size-provider-25.2.0
25.1.x
div-size-provider-25.1.0
25.0.x
div-size-provider-25.0.0
24.3.x
div-size-provider-24.3.0
24.2.x
div-size-provider-24.2.0
24.1.x
div-size-provider-24.1.0
24.0.x
div-size-provider-24.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.yandex.div:div-size-provider:27.3.0'

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

implementation("com.yandex.div:div-size-provider:27.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yandex.div" % "div-size-provider" % "27.3.0"