MVN

com.viliussutkus89.licenseOnly : fontconfig

Maven & Gradle

May 11, 2022
1 usages

fontconfig · Fontconfig is a library for configuring and customizing font access.

<dependency>
    <groupId>com.viliussutkus89.licenseOnly</groupId>
    <artifactId>fontconfig</artifactId>
    <version>2.13.96</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.viliussutkus89.licenseOnly : fontconfig to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.96

All Versions

Choose a version of com.viliussutkus89.licenseOnly : fontconfig to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
fontconfig-2.13.96
fontconfig-2.13.93

How to add a dependency to Maven

Add the following com.viliussutkus89.licenseOnly : fontconfig maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.viliussutkus89.licenseOnly</groupId>
    <artifactId>fontconfig</artifactId>
    <version>2.13.96</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.viliussutkus89.licenseOnly : fontconfig gradle dependency to your build.gradle file:

implementation 'com.viliussutkus89.licenseOnly:fontconfig:2.13.96'

Gradle Kotlin DSL: Add the following com.viliussutkus89.licenseOnly : fontconfig gradle kotlin dependency to your build.gradle.kts file:

implementation("com.viliussutkus89.licenseOnly:fontconfig:2.13.96")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.viliussutkus89.licenseOnly : fontconfig sbt scala dependency to your build.sbt file:

libraryDependencies += "com.viliussutkus89.licenseOnly" % "fontconfig" % "2.13.96"

Advertisement