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