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