MVN

fr.flowarg : materialdesignfontfx

Maven & Gradle

Aug 23, 2023
0 stars

MaterialDesignFontFX · The Jensd' Material Design Font library updated

<dependency>
    <groupId>fr.flowarg</groupId>
    <artifactId>materialdesignfontfx</artifactId>
    <version>7.2.96-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.flowarg : materialdesignfontfx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.96-2

All Versions

Choose a version of fr.flowarg : materialdesignfontfx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
materialdesignfontfx-7.2.96-2
materialdesignfontfx-7.2.96-1
materialdesignfontfx-7.2.96-0

How to add a dependency to Maven

Add the following fr.flowarg : materialdesignfontfx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.flowarg</groupId>
    <artifactId>materialdesignfontfx</artifactId>
    <version>7.2.96-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.flowarg : materialdesignfontfx gradle dependency to your build.gradle file:

implementation 'fr.flowarg:materialdesignfontfx:7.2.96-2'

Gradle Kotlin DSL: Add the following fr.flowarg : materialdesignfontfx gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.flowarg:materialdesignfontfx:7.2.96-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.flowarg : materialdesignfontfx sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.flowarg" % "materialdesignfontfx" % "7.2.96-2"

Advertisement