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