is not current version
Last Version 22.1.0.1

org.graalvm.truffle:truffle-tck-tests 20.3.5

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-tests
Version

Version

20.3.5
Type

Type

jar

Download truffle-tck-tests 20.3.5


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