<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-tck-instrumentation</artifactId>
<version>23.0.3</version>
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-tck-instrumentation', version='23.0.3')
)