Download gdx-1.7.2.jar file - Jar g

Jar examples for g:gdx

Description

You can download jar file gdx 1.7.2 in this page.

Build File

You can use the following script to add gdx-1.7.2.jar to your project.

<dependency>
   <groupId>com.badlogicgames.gdx</groupId>
   <artifactId>gdx</artifactId>
   <version>1.7.2</version>
</dependency>
compile group: 'com.badlogicgames.gdx', name: 'gdx', version: '1.7.2'
libraryDependencies += "com.badlogicgames.gdx" % "gdx" % "1.7.2"
<dependency org="com.badlogicgames.gdx" name="gdx" rev="1.7.2"/>
@Grapes(@Grab(group='com.badlogicgames.gdx', module='gdx', version='1.7.2'))
'com.badlogicgames.gdx:gdx:jar:1.7.2'

Download

Click the following link to download the jar file.

gdx-1.7.2-javadoc.jar
gdx-1.7.2-sources.jar
gdx-1.7.2.jar
gdx-1.7.2.pom



Related Tutorials