Registry / other / robovm-objc

robovm-objc

JSON →
library2.3.24javamavenunverified

RoboVM translates Java bytecode into native ARM or x86 code, enabling direct CPU execution without a virtual machine, and provides Objective-C bindings for iOS/macOS development.

<dependency> <groupId>com.mobidevelop.robovm</groupId> <artifactId>robovm-objc</artifactId> <version>2.3.24</version> </dependency>
INSTALL
IMPORT
SIG · ROBOVM-OBJC
R
robovm-objc
otherjavav2.3.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ObjCClass
org.robovm.objc.ObjCClass

Demonstrates accessing an Objective-C class via RoboVM bindings.

import org.robovm.objc.ObjCClass; public class Main { public static void main(String[] args) { ObjCClass clazz = ObjCClass.getByType(NSObject.class); System.out.println("Class: " + clazz.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.24latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
robovm-objc — mvn dependency:get robovm-objc · libregistry