r

robovm-parent

The RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No interpreter or virtual machine involved.
http://github.com/MobiVM/robovm
The Apache License, Version 2.0
com.mobidevelop.robovm
Files download
File Operation
robovm-parent-2.3.22.pom download
Apache Maven
<dependency>
  <groupId>com.mobidevelop.robovm</groupId>
  <artifactId>robovm-parent</artifactId>
  <version>2.3.22</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mobidevelop.robovm:robovm-parent:2.3.22'
Gradle Kotlin
implementation("com.mobidevelop.robovm:robovm-parent:2.3.22")
Scala SBT
libraryDependencies += "com.mobidevelop.robovm" % "robovm-parent" % "2.3.22"
Groovy Grape
@Grapes(
  @Grab(group='com.mobidevelop.robovm', module='robovm-parent', version='2.3.22')
)
Apache Ivy
<dependency org="com.mobidevelop.robovm" name="robovm-parent" rev="2.3.22" />
Leiningen
[com.mobidevelop.robovm/robovm-parent "2.3.22"]
Apache Buildr
'com.mobidevelop.robovm:robovm-parent:jar:2.3.22'
Dependencies
The project has no third-party dependencies