MVN

io.github.palexdev : materialfx

Maven & Gradle

Apr 08, 2023
1k stars

materialfx · Material Desgin components for JavaFX

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

Latest Version

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

  • Latest Stable: 11.16.1

All Versions

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

Version Vulnerabilities Updated
11.16.x
materialfx-11.16.1
materialfx-11.16.0
11.15.x
materialfx-11.15.0
11.14.x
materialfx-11.14.0
materialfx-11.14.0-EA3
materialfx-11.14.0-EA1
11.13.x
materialfx-11.13.10
materialfx-11.13.9
materialfx-11.13.8
materialfx-11.13.7
materialfx-11.13.6
materialfx-11.13.5
materialfx-11.13.4
materialfx-11.13.3
materialfx-11.13.2
materialfx-11.13.1
materialfx-11.13.0
11.12.x
materialfx-11.12.0
11.11.x
materialfx-11.11.1
materialfx-11.11.0
11.10.x
materialfx-11.10.1
materialfx-11.10.0
11.9.x
materialfx-11.9.0
11.8.x
materialfx-11.8.0
11.7.x
materialfx-11.7.1
materialfx-11.7.0
11.6.x
materialfx-11.6.0
11.5.x
materialfx-11.5.6
11.4.x
materialfx-11.4.4
11.3.x
materialfx-11.3.3
materialfx-11.3.2
11.2.x
materialfx-11.2.1
11.1.x
materialfx-11.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.palexdev</groupId>
    <artifactId>materialfx</artifactId>
    <version>11.16.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.palexdev:materialfx:11.16.1'

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

implementation("io.github.palexdev:materialfx:11.16.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.palexdev" % "materialfx" % "11.16.1"

Advertisement