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