MVN

com.yandex.div : fonts

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>fonts</artifactId>
    <version>27.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 27.3.0

All Versions

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

Version Vulnerabilities Updated
27.3.x
fonts-27.3.0
27.2.x
fonts-27.2.0
27.1.x
fonts-27.1.0
27.0.x
fonts-27.0.0
26.2.x
fonts-26.2.1
fonts-26.2.0
26.1.x
fonts-26.1.0
26.0.x
fonts-26.0.0
25.7.x
fonts-25.7.0
25.6.x
fonts-25.6.0
25.5.x
fonts-25.5.0
25.4.x
fonts-25.4.1
fonts-25.4.0
25.3.x
fonts-25.3.0
25.2.x
fonts-25.2.0
25.1.x
fonts-25.1.0
25.0.x
fonts-25.0.0
24.3.x
fonts-24.3.0
24.2.x
fonts-24.2.0
24.1.x
fonts-24.1.0
24.0.x
fonts-24.0.0
23.7.x
fonts-23.7.0
23.6.x
fonts-23.6.0
23.5.x
fonts-23.5.1
fonts-23.5.0
23.4.x
fonts-23.4.0
23.3.x
fonts-23.3.1
fonts-23.3.0
23.2.x
fonts-23.2.0
20.0.x
fonts-20.0.0
19.0.x
fonts-19.0.0
18.0.x
fonts-18.0.0
17.0.x
fonts-17.0.0
16.0.x
fonts-16.0.0
15.0.x
fonts-15.0.0
14.0.x
fonts-14.0.0
13.0.x
fonts-13.0.0
12.0.x
fonts-12.0.0
11.0.x
fonts-11.0.0
10.0.x
fonts-10.0.0
9.0.x
fonts-9.0.1
8.0.x
fonts-8.0.0
7.0.x
fonts-7.0.0
6.0.x
fonts-6.0.0
5.0.x
fonts-5.0.0
4.0.x
fonts-4.0.0
3.0.x
fonts-3.0.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.yandex.div:fonts:27.3.0'

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

implementation("com.yandex.div:fonts:27.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yandex.div" % "fonts" % "27.3.0"