Download gdx-backend-android-1.7.1.jar file - Jar g

Jar examples for g:gdx-backend-android

Description

You can download jar file gdx-backend-android 1.7.1 in this page.

Build File

You can use the following script to add gdx-backend-android-1.7.1.jar to your project.

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

Download

Click the following link to download the jar file.

gdx-backend-android-1.7.1-javadoc.jar
gdx-backend-android-1.7.1-sources.jar
gdx-backend-android-1.7.1.jar
gdx-backend-android-1.7.1.pom



Related Tutorials