MVN

io.github.palexdev : materialfx-all

Maven & Gradle

Aug 24, 2023
1k stars

materialfx-all · Material Design/Modern components for JavaFX, now packed as a single Jar

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

Latest Version

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

  • Latest Stable: 11.22.0

All Versions

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

Version Vulnerabilities Updated
11.22.x
materialfx-all-11.22.0
11.21.x
materialfx-all-11.21.0
11.20.x
materialfx-all-11.20.0
11.19.x
materialfx-all-11.19.2
materialfx-all-11.19.1
materialfx-all-11.19.0
11.18.x
materialfx-all-11.18.0
11.17.x
materialfx-all-11.17.0
11.16.x
materialfx-all-11.16.0
11.15.x
materialfx-all-11.15.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.palexdev</groupId>
    <artifactId>materialfx-all</artifactId>
    <version>11.22.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.palexdev:materialfx-all:11.22.0'

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

implementation("io.github.palexdev:materialfx-all:11.22.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.palexdev" % "materialfx-all" % "11.22.0"

Advertisement