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