License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.badlogicgames.gdx |
ArtifactId | ArtifactIdgdx-backend-gwt |
Last Version | Last Version1.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionlibGDX GWT Backend
Android/Desktop/iOS/HTML5 game development framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gdx-backend-gwt-1.11.0.pom | |
gdx-backend-gwt-1.11.0.jar | 347 KB |
gdx-backend-gwt-1.11.0-sources.jar | 391 KB |
gdx-backend-gwt-1.11.0-javadoc.jar | 438 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-backend-gwt/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-gwt</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-backend-gwt/
implementation 'com.badlogicgames.gdx:gdx-backend-gwt:1.11.0'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-backend-gwt/
implementation ("com.badlogicgames.gdx:gdx-backend-gwt:1.11.0")
'com.badlogicgames.gdx:gdx-backend-gwt:jar:1.11.0'
<dependency org="com.badlogicgames.gdx" name="gdx-backend-gwt" rev="1.11.0">
<artifact name="gdx-backend-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-backend-gwt', version='1.11.0')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-backend-gwt" % "1.11.0"
[com.badlogicgames.gdx/gdx-backend-gwt "1.11.0"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.11.0 |
com.google.gwt : gwt-user | jar | 2.8.2 |