is not current version
Last Version 22.1.0.1

org.graalvm.truffle:truffle-tck-common 1.0.0-rc11

Common types for TCK Tests and Instruments.

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.truffle
ArtifactId

ArtifactId

truffle-tck-common
Version

Version

1.0.0-rc11
Type

Type

jar

Download truffle-tck-common 1.0.0-rc11


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