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