| License |
License |
|---|---|
| GroupId | GroupIdcom.badlogicgames.gdx |
| ArtifactId | ArtifactIdgdx |
| Last Version | Last Version1.11.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionlibGDX
Android/Desktop/iOS/HTML5 game development framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gdx-1.11.0.pom | |
| gdx-1.11.0.jar | 1 MB |
| gdx-1.11.0-sources.jar | 990 KB |
| gdx-1.11.0-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/
implementation 'com.badlogicgames.gdx:gdx:1.11.0'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/
implementation ("com.badlogicgames.gdx:gdx:1.11.0")
'com.badlogicgames.gdx:gdx:jar:1.11.0'
<dependency org="com.badlogicgames.gdx" name="gdx" rev="1.11.0">
<artifact name="gdx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx', version='1.11.0')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx" % "1.11.0"
[com.badlogicgames.gdx/gdx "1.11.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.badlogicgames.gdx : gdx-jnigen-loader | jar | 2.3.1 |