文件下载
文件名 操作
profiler-tool-23.1.5.jar 下载
profiler-tool-23.1.5.pom 下载
profiler-tool-23.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.graalvm.tools</groupId>
  <artifactId>profiler-tool</artifactId>
  <version>23.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.graalvm.tools:profiler-tool:23.1.5'
Gradle Kotlin
implementation("org.graalvm.tools:profiler-tool:23.1.5")
Scala SBT
libraryDependencies += "org.graalvm.tools" % "profiler-tool" % "23.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.tools', module='profiler-tool', version='23.1.5')
)
Apache Ivy
<dependency org="org.graalvm.tools" name="profiler-tool" rev="23.1.5" />
Leiningen
[org.graalvm.tools/profiler-tool "23.1.5"]
Apache Buildr
'org.graalvm.tools:profiler-tool:jar:23.1.5'