MVN

io.github.palexdev : mfxcore

Maven & Gradle

Aug 24, 2023
1k stars

mfxcore · Core components for MaterialFX

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

Latest Version

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

  • Latest Stable: 11.6.4

All Versions

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

Version Vulnerabilities Updated
11.13.x
mfxcore-11.13.0
11.6.x
mfxcore-11.6.4
mfxcore-11.6.3
mfxcore-11.6.2
mfxcore-11.6.1
mfxcore-11.6.0
11.5.x
mfxcore-11.5.0
11.4.x
mfxcore-11.4.0
11.3.x
mfxcore-11.3.1
mfxcore-11.3.0
11.2.x
mfxcore-11.2.4
mfxcore-11.2.3
11.1.x
mfxcore-11.1.5
mfxcore-11.1.4
mfxcore-11.1.3
mfxcore-11.1.2
mfxcore-11.1.1
mfxcore-11.1.0
11.0.x
mfxcore-11.0.21
mfxcore-11.0.20
mfxcore-11.0.19
mfxcore-11.0.18
mfxcore-11.0.17
mfxcore-11.0.16
mfxcore-11.0.15
mfxcore-11.0.14
mfxcore-11.0.13
mfxcore-11.0.12
mfxcore-11.0.11
mfxcore-11.0.10
mfxcore-11.0.9
mfxcore-11.0.8
mfxcore-11.0.7
mfxcore-11.0.6
mfxcore-11.0.5
mfxcore-11.0.4
mfxcore-11.0.3
mfxcore-11.0.2
mfxcore-11.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.palexdev</groupId>
    <artifactId>mfxcore</artifactId>
    <version>11.6.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.palexdev:mfxcore:11.6.4'

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

implementation("io.github.palexdev:mfxcore:11.6.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.palexdev" % "mfxcore" % "11.6.4"

Advertisement