| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.badlogicgames.gdx | 
| ArtifactId | ArtifactIdgdx-box2d-platform | 
| Last Version | Last Version1.11.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionlibGDX Box2D Native Libraries Android/Desktop/iOS/HTML5 game development framework | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-platform/ -->
<dependency>
    <groupId>com.badlogicgames.gdx</groupId>
    <artifactId>gdx-box2d-platform</artifactId>
    <version>1.11.0</version>
</dependency>// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-platform/
implementation 'com.badlogicgames.gdx:gdx-box2d-platform:1.11.0'// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-platform/
implementation ("com.badlogicgames.gdx:gdx-box2d-platform:1.11.0")'com.badlogicgames.gdx:gdx-box2d-platform:jar:1.11.0'<dependency org="com.badlogicgames.gdx" name="gdx-box2d-platform" rev="1.11.0">
  <artifact name="gdx-box2d-platform" type="jar" />
</dependency>@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-box2d-platform', version='1.11.0')
)libraryDependencies += "com.badlogicgames.gdx" % "gdx-box2d-platform" % "1.11.0"[com.badlogicgames.gdx/gdx-box2d-platform "1.11.0"]