is not current version
Last Version 22.1.0.1

org.graalvm.truffle:truffle-tck 19.0.0

A collection of tests that can certify language implementation to be compliant with most recent requirements of the Truffle infrastructure and tooling.

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.truffle
ArtifactId

ArtifactId

truffle-tck
Version

Version

19.0.0
Type

Type

jar

Download truffle-tck 19.0.0


<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-tck/ -->
<dependency>
    <groupId>org.graalvm.truffle</groupId>
    <artifactId>truffle-tck</artifactId>
    <version>19.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-tck/
implementation 'org.graalvm.truffle:truffle-tck:19.0.0'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-tck/
implementation ("org.graalvm.truffle:truffle-tck:19.0.0")
'org.graalvm.truffle:truffle-tck:jar:19.0.0'
<dependency org="org.graalvm.truffle" name="truffle-tck" rev="19.0.0">
  <artifact name="truffle-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-tck', version='19.0.0')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-tck" % "19.0.0"
[org.graalvm.truffle/truffle-tck "19.0.0"]