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