m

module-window

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