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