org.graalvm.buildtools.maven.RuntimeMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of native-maven-plugin Show documentation
Show all versions of native-maven-plugin Show documentation
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