MVN

org.graalvm.nativeimage : svm-configure

Maven & Gradle

Jul 18, 2023
1 usages
19.7k stars

Svm Configure · SubstrateVM native-image configuration tool

<dependency>
    <groupId>org.graalvm.nativeimage</groupId>
    <artifactId>svm-configure</artifactId>
    <version>21.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graalvm.nativeimage : svm-configure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.3.7

All Versions

Choose a version of org.graalvm.nativeimage : svm-configure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.0.x
svm-configure-22.0.0.2
svm-configure-22.0.0
21.3.x
svm-configure-21.3.7
svm-configure-21.3.6
svm-configure-21.3.5
svm-configure-21.3.4
svm-configure-21.3.3.1
svm-configure-21.3.3
svm-configure-21.3.2.1
svm-configure-21.3.2
svm-configure-21.3.1
svm-configure-21.3.0
21.2.x
svm-configure-21.2.0
21.1.x
svm-configure-21.1.0
21.0.x
svm-configure-21.0.0.2
svm-configure-21.0.0
20.3.x
svm-configure-20.3.11
svm-configure-20.3.10
svm-configure-20.3.9
svm-configure-20.3.8
svm-configure-20.3.7.1
svm-configure-20.3.7
svm-configure-20.3.6.1
svm-configure-20.3.6
svm-configure-20.3.5
svm-configure-20.3.4
svm-configure-20.3.3
svm-configure-20.3.2
svm-configure-20.3.1.2
svm-configure-20.3.1
svm-configure-20.3.0
20.2.x
svm-configure-20.2.0
20.1.x
svm-configure-20.1.0
20.0.x
svm-configure-20.0.0
19.3.x
svm-configure-19.3.6
svm-configure-19.3.5
svm-configure-19.3.4
svm-configure-19.3.3
svm-configure-19.3.2
svm-configure-19.3.1
svm-configure-19.3.0.2
svm-configure-19.3.0

How to add a dependency to Maven

Add the following org.graalvm.nativeimage : svm-configure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.graalvm.nativeimage</groupId>
    <artifactId>svm-configure</artifactId>
    <version>21.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graalvm.nativeimage : svm-configure gradle dependency to your build.gradle file:

implementation 'org.graalvm.nativeimage:svm-configure:21.3.7'

Gradle Kotlin DSL: Add the following org.graalvm.nativeimage : svm-configure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graalvm.nativeimage:svm-configure:21.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graalvm.nativeimage : svm-configure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graalvm.nativeimage" % "svm-configure" % "21.3.7"