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