License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.truffle |
ArtifactId | ArtifactIdtruffle-tck-instrumentation |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTruffle TCK Instrumentation
Instruments used by the Truffle TCK.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-tck-instrumentation/ -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-tck-instrumentation</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-tck-instrumentation/
implementation 'org.graalvm.truffle:truffle-tck-instrumentation:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-tck-instrumentation/
implementation ("org.graalvm.truffle:truffle-tck-instrumentation:22.1.0.1")
'org.graalvm.truffle:truffle-tck-instrumentation:jar:22.1.0.1'
<dependency org="org.graalvm.truffle" name="truffle-tck-instrumentation" rev="22.1.0.1">
<artifact name="truffle-tck-instrumentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-tck-instrumentation', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-tck-instrumentation" % "22.1.0.1"
[org.graalvm.truffle/truffle-tck-instrumentation "22.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.truffle : truffle-api | jar | 22.1.0.1 |
org.graalvm.truffle : truffle-tck-common | jar | 22.1.0.1 |
junit : junit | jar | 4.12 |