m

module-window-javafx

JavaFX windows implementation.
https://engine.yildiz-games.be
文件下载
文件名 操作
module-window-javafx-3.5.8.jar 下载
module-window-javafx-3.5.8.pom 下载
module-window-javafx-3.5.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>module-window-javafx</artifactId>
  <version>3.5.8</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:module-window-javafx:3.5.8'
Gradle Kotlin
implementation("be.yildiz-games:module-window-javafx:3.5.8")
Scala SBT
libraryDependencies += "be.yildiz-games" % "module-window-javafx" % "3.5.8"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='module-window-javafx', version='3.5.8')
)
Apache Ivy
<dependency org="be.yildiz-games" name="module-window-javafx" rev="3.5.8" />
Leiningen
[be.yildiz-games/module-window-javafx "3.5.8"]
Apache Buildr
'be.yildiz-games:module-window-javafx:jar:3.5.8'