Registry / build-tool / svm
library25.0.3javamavenunverified

SubstrateVM image builder components for compiling Java applications into native executables.

<dependency> <groupId>org.graalvm.nativeimage</groupId> <artifactId>svm</artifactId> <version>25.0.3</version> </dependency>
INSTALL
IMPORT
SIG · SVM
S
svm
build-tooljavav25.0.3
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.

AutomaticFeature
com.oracle.svm.core.annotate.AutomaticFeature

Register a custom feature for native image generation.

import com.oracle.svm.core.annotate.AutomaticFeature; import org.graalvm.nativeimage.hosted.Feature; @AutomaticFeature public class MyFeature implements Feature { @Override public void duringSetup(FeatureAccess access) { System.out.println("Native image setup"); } }
Debug
Known issues
breakingRequires GraalVM Native Image tool; not compatible with standard JVMs.
fix
Use GraalVM distribution and native-image command.
affects: >=20.0.0
Upgrade
Version history
25.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
svm — mvn dependency:get svm · libregistry