License |
License |
---|---|
GroupId | GroupIdcom.badlogicgames.gdx-controllers |
ArtifactId | ArtifactIdgdx-controllers-core |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongdx-controllers
Game Controller Extension for libGDX
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx-controllers/gdx-controllers-core/ -->
<dependency>
<groupId>com.badlogicgames.gdx-controllers</groupId>
<artifactId>gdx-controllers-core</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx-controllers/gdx-controllers-core/
implementation 'com.badlogicgames.gdx-controllers:gdx-controllers-core:2.2.2'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx-controllers/gdx-controllers-core/
implementation ("com.badlogicgames.gdx-controllers:gdx-controllers-core:2.2.2")
'com.badlogicgames.gdx-controllers:gdx-controllers-core:jar:2.2.2'
<dependency org="com.badlogicgames.gdx-controllers" name="gdx-controllers-core" rev="2.2.2">
<artifact name="gdx-controllers-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx-controllers', module='gdx-controllers-core', version='2.2.2')
)
libraryDependencies += "com.badlogicgames.gdx-controllers" % "gdx-controllers-core" % "2.2.2"
[com.badlogicgames.gdx-controllers/gdx-controllers-core "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.9.11 |