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