is not current version
Last Version 1.10.0

com.badlogicgames.gdx:gdx-parent 1.5.6

Android/Desktop/iOS/HTML5 game development framework.

GroupId

GroupId

com.badlogicgames.gdx
ArtifactId

ArtifactId

gdx-parent
Version

Version

1.5.6
Type

Type

pom

Download gdx-parent 1.5.6

Filename Size
gdx-parent-1.5.6.pom 4 KB
Browse

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