Files download
File Operation
svm-hosted-native-linux-amd64-21.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.graalvm.nativeimage</groupId>
  <artifactId>svm-hosted-native-linux-amd64</artifactId>
  <version>21.1.0</version>
  <type>tar.gz</type>
</dependency>
Gradle Groovy
implementation 'org.graalvm.nativeimage:svm-hosted-native-linux-amd64:21.1.0'
Gradle Kotlin
implementation("org.graalvm.nativeimage:svm-hosted-native-linux-amd64:21.1.0")
Scala SBT
libraryDependencies += "org.graalvm.nativeimage" % "svm-hosted-native-linux-amd64" % "21.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.nativeimage', module='svm-hosted-native-linux-amd64', version='21.1.0')
)
Apache Ivy
<dependency org="org.graalvm.nativeimage" name="svm-hosted-native-linux-amd64" rev="21.1.0" />
Leiningen
[org.graalvm.nativeimage/svm-hosted-native-linux-amd64 "21.1.0"]
Apache Buildr
'org.graalvm.nativeimage:svm-hosted-native-linux-amd64:jar:21.1.0'
Dependencies
The project has no third-party dependencies