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