Registry / utility / elemental2-core

elemental2-core

JSON →
library1.3.2javamavenunverified

Thin Java abstractions for standard built-in JavaScript objects, enabling type-safe access from GWT or J2CL.

<dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-core</artifactId> <version>1.3.2</version> </dependency>
INSTALL
IMPORT
SIG · ELEMENTAL2-CORE
E
elemental2-core
utilityjavav1.3.2
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.

Global
elemental2.core.Global

Use Global to parse a float from a string in a GWT/J2CL application.

import elemental2.core.Global; public class Example { public static void main(String[] args) { double pi = Global.parseFloat("3.14"); System.out.println(pi); } }
Debug
Known issues
gotchaElemental2 is designed for GWT/J2CL and may not work in standard JVM environments.
fix
Ensure your project uses GWT or J2CL transpilation.
affects: all
Upgrade
Version history
1.3.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
elemental2-core — mvn dependency:get elemental2-core · libregistry