MVN

com.oracle.truffle : truffle-tck-instrumentation

Maven & Gradle

Oct 03, 2018
19.8k stars

Truffle TCK Instrumentation · Instruments used by the Truffle TCK.

<dependency>
    <groupId>com.oracle.truffle</groupId>
    <artifactId>truffle-tck-instrumentation</artifactId>
    <version>0.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.truffle : truffle-tck-instrumentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.33
  • Latest Release Candidate: 1.0.0-rc7

All Versions

Choose a version of com.oracle.truffle : truffle-tck-instrumentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
truffle-tck-instrumentation-1.0.0-rc7
truffle-tck-instrumentation-1.0.0-rc6
truffle-tck-instrumentation-1.0.0-rc5
truffle-tck-instrumentation-1.0.0-rc4
truffle-tck-instrumentation-1.0.0-rc3
truffle-tck-instrumentation-1.0.0-rc2
truffle-tck-instrumentation-1.0.0-rc1
0.33
truffle-tck-instrumentation-0.33

How to add a dependency to Maven

Add the following com.oracle.truffle : truffle-tck-instrumentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.truffle</groupId>
    <artifactId>truffle-tck-instrumentation</artifactId>
    <version>0.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.truffle : truffle-tck-instrumentation gradle dependency to your build.gradle file:

implementation 'com.oracle.truffle:truffle-tck-instrumentation:0.33'

Gradle Kotlin DSL: Add the following com.oracle.truffle : truffle-tck-instrumentation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.truffle:truffle-tck-instrumentation:0.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.truffle : truffle-tck-instrumentation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.truffle" % "truffle-tck-instrumentation" % "0.33"

Advertisement