Files download
File Operation
truffle-tck-instrumentation-21.3.9.jar download
truffle-tck-instrumentation-21.3.9.pom download
truffle-tck-instrumentation-21.3.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graalvm.truffle</groupId>
  <artifactId>truffle-tck-instrumentation</artifactId>
  <version>21.3.9</version>
</dependency>
Gradle Groovy
implementation 'org.graalvm.truffle:truffle-tck-instrumentation:21.3.9'
Gradle Kotlin
implementation("org.graalvm.truffle:truffle-tck-instrumentation:21.3.9")
Scala SBT
libraryDependencies += "org.graalvm.truffle" % "truffle-tck-instrumentation" % "21.3.9"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.truffle', module='truffle-tck-instrumentation', version='21.3.9')
)
Apache Ivy
<dependency org="org.graalvm.truffle" name="truffle-tck-instrumentation" rev="21.3.9" />
Leiningen
[org.graalvm.truffle/truffle-tck-instrumentation "21.3.9"]
Apache Buildr
'org.graalvm.truffle:truffle-tck-instrumentation:jar:21.3.9'