MVN

com.formdev : flatlaf-fonts-inter

Maven & Gradle

Dec 15, 2022
3k stars

FlatLaf Inter Fonts Pack · Flat Look and Feel Inter Fonts Pack

<dependency>
    <groupId>com.formdev</groupId>
    <artifactId>flatlaf-fonts-inter</artifactId>
    <version>3.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.formdev : flatlaf-fonts-inter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.19

All Versions

Choose a version of com.formdev : flatlaf-fonts-inter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.19
flatlaf-fonts-inter-3.19

How to add a dependency to Maven

Add the following com.formdev : flatlaf-fonts-inter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.formdev</groupId>
    <artifactId>flatlaf-fonts-inter</artifactId>
    <version>3.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.formdev : flatlaf-fonts-inter gradle dependency to your build.gradle file:

implementation 'com.formdev:flatlaf-fonts-inter:3.19'

Gradle Kotlin DSL: Add the following com.formdev : flatlaf-fonts-inter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.formdev:flatlaf-fonts-inter:3.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.formdev : flatlaf-fonts-inter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.formdev" % "flatlaf-fonts-inter" % "3.19"

Advertisement