Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.badlogicgames.gdx |
ArtifactId | ArtifactIdgdx-platform |
Version | Version1.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-platform/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-platform</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-platform/
implementation 'com.badlogicgames.gdx:gdx-platform:1.9.2'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-platform/
implementation ("com.badlogicgames.gdx:gdx-platform:1.9.2")
'com.badlogicgames.gdx:gdx-platform:jar:1.9.2'
<dependency org="com.badlogicgames.gdx" name="gdx-platform" rev="1.9.2">
<artifact name="gdx-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-platform', version='1.9.2')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-platform" % "1.9.2"
[com.badlogicgames.gdx/gdx-platform "1.9.2"]