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