MVN

io.github.palexdev : mfxcomponents

Maven & Gradle

Aug 24, 2023
1k stars

mfxcomponents · Material Design/Modern components for JavaFX

<dependency>
    <groupId>io.github.palexdev</groupId>
    <artifactId>mfxcomponents</artifactId>
    <version>11.22.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.palexdev : mfxcomponents to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.22.0

All Versions

Choose a version of io.github.palexdev : mfxcomponents to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.22.x
mfxcomponents-11.22.0
11.21.x
mfxcomponents-11.21.0
11.20.x
mfxcomponents-11.20.0
11.19.x
mfxcomponents-11.19.2
mfxcomponents-11.19.1
mfxcomponents-11.19.0
11.18.x
mfxcomponents-11.18.0
11.17.x
mfxcomponents-11.17.0
11.16.x
mfxcomponents-11.16.4
mfxcomponents-11.16.3
mfxcomponents-11.16.2
mfxcomponents-11.16.1
mfxcomponents-11.16.0
11.15.x
mfxcomponents-11.15.2

How to add a dependency to Maven

Add the following io.github.palexdev : mfxcomponents maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.palexdev</groupId>
    <artifactId>mfxcomponents</artifactId>
    <version>11.22.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.palexdev : mfxcomponents gradle dependency to your build.gradle file:

implementation 'io.github.palexdev:mfxcomponents:11.22.0'

Gradle Kotlin DSL: Add the following io.github.palexdev : mfxcomponents gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.palexdev:mfxcomponents:11.22.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.palexdev : mfxcomponents sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.palexdev" % "mfxcomponents" % "11.22.0"

Advertisement