文件下载
文件名 操作
mfxcore-11.1.2.jar 下载
mfxcore-11.1.2.pom 下载
mfxcore-11.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.palexdev</groupId>
  <artifactId>mfxcore</artifactId>
  <version>11.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.palexdev:mfxcore:11.1.2'
Gradle Kotlin
implementation("io.github.palexdev:mfxcore:11.1.2")
Scala SBT
libraryDependencies += "io.github.palexdev" % "mfxcore" % "11.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.palexdev', module='mfxcore', version='11.1.2')
)
Apache Ivy
<dependency org="io.github.palexdev" name="mfxcore" rev="11.1.2" />
Leiningen
[io.github.palexdev/mfxcore "11.1.2"]
Apache Buildr
'io.github.palexdev:mfxcore:jar:11.1.2'