m

module-controller-sdl

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