g

gdx-parent

Android/Desktop/iOS/HTML5 game development framework.
http://libgdx.badlogicgames.com
Apache Licence 2.0
Files download
File Operation
gdx-parent-1.9.4.pom download
Apache Maven
<dependency>
  <groupId>com.badlogicgames.gdx</groupId>
  <artifactId>gdx-parent</artifactId>
  <version>1.9.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.badlogicgames.gdx:gdx-parent:1.9.4'
Gradle Kotlin
implementation("com.badlogicgames.gdx:gdx-parent:1.9.4")
Scala SBT
libraryDependencies += "com.badlogicgames.gdx" % "gdx-parent" % "1.9.4"
Groovy Grape
@Grapes(
  @Grab(group='com.badlogicgames.gdx', module='gdx-parent', version='1.9.4')
)
Apache Ivy
<dependency org="com.badlogicgames.gdx" name="gdx-parent" rev="1.9.4" />
Leiningen
[com.badlogicgames.gdx/gdx-parent "1.9.4"]
Apache Buildr
'com.badlogicgames.gdx:gdx-parent:jar:1.9.4'