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