Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.badlogicgames.gdx |
ArtifactId | ArtifactIdgdx-box2d-gwt |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
gdx-box2d-gwt-1.5.2.pom | |
gdx-box2d-gwt-1.5.2.jar | 417 KB |
gdx-box2d-gwt-1.5.2-sources.jar | 371 KB |
gdx-box2d-gwt-1.5.2-javadoc.jar | 35 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.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-gwt/
implementation 'com.badlogicgames.gdx:gdx-box2d-gwt:1.5.2'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-box2d-gwt/
implementation ("com.badlogicgames.gdx:gdx-box2d-gwt:1.5.2")
'com.badlogicgames.gdx:gdx-box2d-gwt:jar:1.5.2'
<dependency org="com.badlogicgames.gdx" name="gdx-box2d-gwt" rev="1.5.2">
<artifact name="gdx-box2d-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-box2d-gwt', version='1.5.2')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-box2d-gwt" % "1.5.2"
[com.badlogicgames.gdx/gdx-box2d-gwt "1.5.2"]