MVN

com.badlogicgames.gdx : gdx-backend-moe

Maven & Gradle

Jul 21, 2020
4 usages
19.5k stars

libGDX iOS Multi-OS Engine Backend

<dependency>
    <groupId>com.badlogicgames.gdx</groupId>
    <artifactId>gdx-backend-moe</artifactId>
    <version>1.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.badlogicgames.gdx : gdx-backend-moe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.11

All Versions

Choose a version of com.badlogicgames.gdx : gdx-backend-moe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
gdx-backend-moe-1.9.11
gdx-backend-moe-1.9.10
gdx-backend-moe-1.9.9
gdx-backend-moe-1.9.8
gdx-backend-moe-1.9.7
gdx-backend-moe-1.9.6
gdx-backend-moe-1.9.5
gdx-backend-moe-1.9.4
gdx-backend-moe-1.9.3

How to add a dependency to Maven

Add the following com.badlogicgames.gdx : gdx-backend-moe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.badlogicgames.gdx</groupId>
    <artifactId>gdx-backend-moe</artifactId>
    <version>1.9.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.badlogicgames.gdx : gdx-backend-moe gradle dependency to your build.gradle file:

implementation 'com.badlogicgames.gdx:gdx-backend-moe:1.9.11'

Gradle Kotlin DSL: Add the following com.badlogicgames.gdx : gdx-backend-moe gradle kotlin dependency to your build.gradle.kts file:

implementation("com.badlogicgames.gdx:gdx-backend-moe:1.9.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.badlogicgames.gdx : gdx-backend-moe sbt scala dependency to your build.sbt file:

libraryDependencies += "com.badlogicgames.gdx" % "gdx-backend-moe" % "1.9.11"

Advertisement