не последняя версия
Последняя версия 1.11.0

com.badlogicgames.gdx:gdx 1.4.0


Группа

Группа

com.badlogicgames.gdx
Идентификатор

Идентификатор

gdx
Версия

Версия

1.4.0
Тип

Тип

jar

Скачать gdx 1.4.0


<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/ -->
<dependency>
    <groupId>com.badlogicgames.gdx</groupId>
    <artifactId>gdx</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/
implementation 'com.badlogicgames.gdx:gdx:1.4.0'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx/
implementation ("com.badlogicgames.gdx:gdx:1.4.0")
'com.badlogicgames.gdx:gdx:jar:1.4.0'
<dependency org="com.badlogicgames.gdx" name="gdx" rev="1.4.0">
  <artifact name="gdx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx', version='1.4.0')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx" % "1.4.0"
[com.badlogicgames.gdx/gdx "1.4.0"]