All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graalvm.buildtools.maven.RuntimeMetadata Maven / Gradle / Ivy

Go to download

Plugin that provides support for building and testing of GraalVM native images (ahead-of-time compiled Java code)

The newest version!
package org.graalvm.buildtools.maven;

public abstract class RuntimeMetadata {
    private RuntimeMetadata() { }

   public static final String GROUP_ID = "org.graalvm.buildtools";
   public static final String VERSION = "0.10.4";
   public static final String JUNIT_PLATFORM_NATIVE_ARTIFACT_ID = "junit-platform-native";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy