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