m

module-window

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