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