File | Operation |
---|---|
svm-hosted-native-darwin-amd64-20.1.0.pom | download |
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm-hosted-native-darwin-amd64</artifactId>
<version>20.1.0</version>
<type>tar.gz</type>
</dependency>
libraryDependencies += "org.graalvm.nativeimage" % "svm-hosted-native-darwin-amd64" % "20.1.0"
@Grapes(
@Grab(group='org.graalvm.nativeimage', module='svm-hosted-native-darwin-amd64', version='20.1.0')
)
<dependency org="org.graalvm.nativeimage" name="svm-hosted-native-darwin-amd64" rev="20.1.0" />