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