Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.badlogicgames.gdx |
ArtifactId | ArtifactIdgdx-box2d-gwt |
Version | Version1.9.12 |
Type | Typejar |
Filename | Size |
---|---|
gdx-box2d-gwt-1.9.12.pom | |
gdx-box2d-gwt-1.9.12.jar | 418 KB |
gdx-box2d-gwt-1.9.12-sources.jar | 372 KB |
gdx-box2d-gwt-1.9.12-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-gwt/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-box2d-gwt</artifactId>
<version>1.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-gwt/
implementation 'com.badlogicgames.gdx:gdx-box2d-gwt:1.9.12'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-gwt/
implementation ("com.badlogicgames.gdx:gdx-box2d-gwt:1.9.12")
'com.badlogicgames.gdx:gdx-box2d-gwt:jar:1.9.12'
<dependency org="com.badlogicgames.gdx" name="gdx-box2d-gwt" rev="1.9.12">
<artifact name="gdx-box2d-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-box2d-gwt', version='1.9.12')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-box2d-gwt" % "1.9.12"
[com.badlogicgames.gdx/gdx-box2d-gwt "1.9.12"]