Download gdx-box2d-1.5.3.jar file - Jar g

Jar examples for g:gdx-box2d

Description

You can download jar file gdx-box2d 1.5.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

gdx-box2d-1.5.3-javadoc.jar
gdx-box2d-1.5.3-sources.jar
gdx-box2d-1.5.3.jar
gdx-box2d-1.5.3.pom



Related Tutorials