m

module-window-javafx

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