MVN

top.fullj.font : lato

Maven & Gradle

Mar 14, 2022

lato · Lato font family

<dependency>
    <groupId>top.fullj.font</groupId>
    <artifactId>lato</artifactId>
    <version>1.104.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.fullj.font : lato to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.104.0

All Versions

Choose a version of top.fullj.font : lato to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.015.x
lato-2.015.0
1.104.x
lato-1.104.0

How to add a dependency to Maven

Add the following top.fullj.font : lato maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.fullj.font</groupId>
    <artifactId>lato</artifactId>
    <version>1.104.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.fullj.font : lato gradle dependency to your build.gradle file:

implementation 'top.fullj.font:lato:1.104.0'

Gradle Kotlin DSL: Add the following top.fullj.font : lato gradle kotlin dependency to your build.gradle.kts file:

implementation("top.fullj.font:lato:1.104.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.fullj.font : lato sbt scala dependency to your build.sbt file:

libraryDependencies += "top.fullj.font" % "lato" % "1.104.0"

Advertisement