m

mfxcomponents

Material Design/Modern components for JavaFX
https://github.com/palexdev/MaterialFX
GNU LGPLv3
Alessandro Parisi
Files download
File Operation
mfxcomponents-11.26.0.jar download
mfxcomponents-11.26.0.pom download
mfxcomponents-11.26.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.palexdev</groupId>
  <artifactId>mfxcomponents</artifactId>
  <version>11.26.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.palexdev:mfxcomponents:11.26.0'
Gradle Kotlin
implementation("io.github.palexdev:mfxcomponents:11.26.0")
Scala SBT
libraryDependencies += "io.github.palexdev" % "mfxcomponents" % "11.26.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.palexdev', module='mfxcomponents', version='11.26.0')
)
Apache Ivy
<dependency org="io.github.palexdev" name="mfxcomponents" rev="11.26.0" />
Leiningen
[io.github.palexdev/mfxcomponents "11.26.0"]
Apache Buildr
'io.github.palexdev:mfxcomponents:jar:11.26.0'