Registry / utility / graal-sdk

graal-sdk

JSON →
library25.0.2javamavenunverified

Shared library for GraalVM, providing APIs for polyglot programming, native image, and more.

<dependency> <groupId>org.graalvm.sdk</groupId> <artifactId>graal-sdk</artifactId> <version>25.0.2</version> </dependency>
INSTALL
IMPORT
SIG · GRAAL-SDK
G
graal-sdk
utilityjavav25.0.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.

Context
org.graalvm.polyglot.Context

Minimal example showing how to evaluate JavaScript code using GraalVM polyglot API.

import org.graalvm.polyglot.Context; public class Quickstart { public static void main(String[] args) { try (Context context = Context.create()) { context.eval("js", "console.log('Hello from GraalVM!');"); } } }
Debug
Known issues
breakingGraalVM SDK versions are tied to specific GraalVM distributions; ensure compatibility with your GraalVM version.
fix
Use the same version of graal-sdk as your GraalVM runtime (e.g., 25.0.2 for GraalVM 25.0.2).
affects: >=20.0.0
Upgrade
Version history
25.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
graal-sdk — mvn dependency:get graal-sdk · libregistry