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