Files download
File Operation
gdx-gameservices-3.0.0.jar download
gdx-gameservices-3.0.0.pom download
gdx-gameservices-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>games.spooky.gdx</groupId>
  <artifactId>gdx-gameservices</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'games.spooky.gdx:gdx-gameservices:3.0.0'
Gradle Kotlin
implementation("games.spooky.gdx:gdx-gameservices:3.0.0")
Scala SBT
libraryDependencies += "games.spooky.gdx" % "gdx-gameservices" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='games.spooky.gdx', module='gdx-gameservices', version='3.0.0')
)
Apache Ivy
<dependency org="games.spooky.gdx" name="gdx-gameservices" rev="3.0.0" />
Leiningen
[games.spooky.gdx/gdx-gameservices "3.0.0"]
Apache Buildr
'games.spooky.gdx:gdx-gameservices:jar:3.0.0'
Dependencies