Last Version

Truffle TCK 0.8

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

License

License

GroupId

GroupId

com.oracle
ArtifactId

ArtifactId

truffle-tck
Version

Version

0.8
Type

Type

jar
Description

Description

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

Project URL

http://openjdk.java.net/projects/graal
Source Code Management

Source Code Management

http://hg.openjdk.java.net/graal/graal

Download truffle-tck 0.8


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

Dependencies

compile (1)

Group / Artifact Type Version
com.oracle : truffle-api jar 0.8

Project Modules

There are no modules declared in this project.