Files download
File Operation
gdx-1.9.10.jar download
gdx-1.9.10.pom download
gdx-1.9.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.badlogicgames.gdx</groupId>
  <artifactId>gdx</artifactId>
  <version>1.9.10</version>
</dependency>
Gradle Groovy
implementation 'com.badlogicgames.gdx:gdx:1.9.10'
Gradle Kotlin
implementation("com.badlogicgames.gdx:gdx:1.9.10")
Scala SBT
libraryDependencies += "com.badlogicgames.gdx" % "gdx" % "1.9.10"
Groovy Grape
@Grapes(
  @Grab(group='com.badlogicgames.gdx', module='gdx', version='1.9.10')
)
Apache Ivy
<dependency org="com.badlogicgames.gdx" name="gdx" rev="1.9.10" />
Leiningen
[com.badlogicgames.gdx/gdx "1.9.10"]
Apache Buildr
'com.badlogicgames.gdx:gdx:jar:1.9.10'