GroupId | GroupIdcom.badlogicgames.gdx |
---|---|
ArtifactId | ArtifactIdgdx-controllers-desktop |
Version | Version1.9.11 |
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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-controllers-desktop/
implementation 'com.badlogicgames.gdx:gdx-controllers-desktop:1.9.11'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-controllers-desktop/
implementation ("com.badlogicgames.gdx:gdx-controllers-desktop:1.9.11")
'com.badlogicgames.gdx:gdx-controllers-desktop:jar:1.9.11'
<dependency org="com.badlogicgames.gdx" name="gdx-controllers-desktop" rev="1.9.11">
<artifact name="gdx-controllers-desktop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-controllers-desktop', version='1.9.11')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-controllers-desktop" % "1.9.11"
[com.badlogicgames.gdx/gdx-controllers-desktop "1.9.11"]