GroupId | GroupIdcom.badlogicgames.gdx |
---|---|
ArtifactId | ArtifactIdgdx |
Version | Version1.9.4 |
Type | Typejar |
Filename | Size |
---|---|
gdx-1.9.4.pom | |
gdx-1.9.4.jar | 1 MB |
gdx-1.9.4-sources.jar | 1 MB |
gdx-1.9.4-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>1.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/
implementation 'com.badlogicgames.gdx:gdx:1.9.4'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/
implementation ("com.badlogicgames.gdx:gdx:1.9.4")
'com.badlogicgames.gdx:gdx:jar:1.9.4'
<dependency org="com.badlogicgames.gdx" name="gdx" rev="1.9.4">
<artifact name="gdx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx', version='1.9.4')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx" % "1.9.4"
[com.badlogicgames.gdx/gdx "1.9.4"]