Registry / utility / javalib-native0-4-2-12

javalib-native0-4-2-12

JSON →
library0.4.17javamavenunverified

Java standard library implementation for Scala Native, enabling Java interop in native Scala applications.

<dependency> <groupId>org.scala-native</groupId> <artifactId>javalib_native0.4_2.12</artifactId> <version>0.4.17</version> </dependency>
INSTALL
IMPORT
SIG · JAVALIB-NATIVE0-4-
J
javalib-native0-4-2-12
utilityjavav0.4.17
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.

String
java.lang.String

Use a standard Java class in a Scala Native project.

import java.lang.String; public class Example { public static void main(String[] args) { String s = new String("Hello, Scala Native!"); System.out.println(s); } }
Debug
Known issues
breakingThis library is specific to Scala Native 0.4 and Scala 2.12; not compatible with standard JVM.
fix
Use only in Scala Native projects with matching versions.
affects: >=0.4.0
Upgrade
Version history
0.4.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
javalib-native0-4-2-12 — mvn dependency:get javalib-native0-4-2-12 · libregistry