文件名 | 操作 |
---|---|
svm-hosted-native-darwin-amd64-1.0.0-rc8.pom | 下载 |
<dependency>
<groupId>com.oracle.substratevm</groupId>
<artifactId>svm-hosted-native-darwin-amd64</artifactId>
<version>1.0.0-rc8</version>
<type>tar.gz</type>
</dependency>
libraryDependencies += "com.oracle.substratevm" % "svm-hosted-native-darwin-amd64" % "1.0.0-rc8"
@Grapes(
@Grab(group='com.oracle.substratevm', module='svm-hosted-native-darwin-amd64', version='1.0.0-rc8')
)
<dependency org="com.oracle.substratevm" name="svm-hosted-native-darwin-amd64" rev="1.0.0-rc8" />