m

mfxresources

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