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.6.3.pom download
Apache Maven
<dependency>
  <groupId>com.badlogicgames.gdx</groupId>
  <artifactId>gdx-parent</artifactId>
  <version>1.6.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.badlogicgames.gdx:gdx-parent:1.6.3'
Gradle Kotlin
implementation("com.badlogicgames.gdx:gdx-parent:1.6.3")
Scala SBT
libraryDependencies += "com.badlogicgames.gdx" % "gdx-parent" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='com.badlogicgames.gdx', module='gdx-parent', version='1.6.3')
)
Apache Ivy
<dependency org="com.badlogicgames.gdx" name="gdx-parent" rev="1.6.3" />
Leiningen
[com.badlogicgames.gdx/gdx-parent "1.6.3"]
Apache Buildr
'com.badlogicgames.gdx:gdx-parent:jar:1.6.3'