The RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No interpreter or virtual machine involved.
'org.robovm:robovm-libimobiledevice:1.3.0'
<dependency> <groupId>org.robovm</groupId> <artifactId>robovm-libimobiledevice</artifactId> <version>1.3.0</version> </dependency>
<dependency org="org.robovm" name="robovm-libimobiledevice" rev="1.3.0"/>
"org.robovm", "robovm-libimobiledevice", "1.3.0"