m

mfxresources

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