Jar examples for g:gdx
You can download jar file gdx 1.9.5 in this page.
You can use the following script to add gdx-1.9.5.jar to your project.
<dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx</artifactId> <version>1.9.5</version> </dependency>
compile group: 'com.badlogicgames.gdx', name: 'gdx', version: '1.9.5'
libraryDependencies += "com.badlogicgames.gdx" % "gdx" % "1.9.5"
<dependency org="com.badlogicgames.gdx" name="gdx" rev="1.9.5"/>
@Grapes(@Grab(group='com.badlogicgames.gdx', module='gdx', version='1.9.5'))
'com.badlogicgames.gdx:gdx:jar:1.9.5'
Click the following link to download the jar file.
gdx-1.9.5-javadoc.jar