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