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