文件下载
文件名 操作
pointsto-1.0.0-rc16.jar 下载
pointsto-1.0.0-rc16.pom 下载
pointsto-1.0.0-rc16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.oracle.substratevm</groupId>
  <artifactId>pointsto</artifactId>
  <version>1.0.0-rc16</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.substratevm:pointsto:1.0.0-rc16'
Gradle Kotlin
implementation("com.oracle.substratevm:pointsto:1.0.0-rc16")
Scala SBT
libraryDependencies += "com.oracle.substratevm" % "pointsto" % "1.0.0-rc16"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.substratevm', module='pointsto', version='1.0.0-rc16')
)
Apache Ivy
<dependency org="com.oracle.substratevm" name="pointsto" rev="1.0.0-rc16" />
Leiningen
[com.oracle.substratevm/pointsto "1.0.0-rc16"]
Apache Buildr
'com.oracle.substratevm:pointsto:jar:1.0.0-rc16'
本项目依赖