MVN

com.gluonhq : robovm-compiler

Maven & Gradle

Sep 29, 2018

RoboVM Compiler

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>robovm-compiler</artifactId>
    <version>2.3.5-ios12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gluonhq : robovm-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.5-ios12

All Versions

Choose a version of com.gluonhq : robovm-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
robovm-compiler-2.3.5-ios12
robovm-compiler-2.3.5-ios11
robovm-compiler-2.3.1-ios11

How to add a dependency to Maven

Add the following com.gluonhq : robovm-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>robovm-compiler</artifactId>
    <version>2.3.5-ios12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gluonhq : robovm-compiler gradle dependency to your build.gradle file:

implementation 'com.gluonhq:robovm-compiler:2.3.5-ios12'

Gradle Kotlin DSL: Add the following com.gluonhq : robovm-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gluonhq:robovm-compiler:2.3.5-ios12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gluonhq : robovm-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gluonhq" % "robovm-compiler" % "2.3.5-ios12"

Advertisement