MVN

org.apache.tomee : microprofile-rest-client-tck

Maven & Gradle

Jun 06, 2023

TomEE :: TCK :: MicroProfile Rest Client TCK

<dependency>
    <groupId>org.apache.tomee</groupId>
    <artifactId>microprofile-rest-client-tck</artifactId>
    <version>9.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tomee : microprofile-rest-client-tck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.0
  • Latest Release Candidate: 9.0.0.RC1

All Versions

Choose a version of org.apache.tomee : microprofile-rest-client-tck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
microprofile-rest-client-tck-9.1.0
9.0.x
microprofile-rest-client-tck-9.0.0
microprofile-rest-client-tck-9.0.0.RC1
microprofile-rest-client-tck-9.0.0-M8
8.0.x
microprofile-rest-client-tck-8.0.15
microprofile-rest-client-tck-8.0.14
microprofile-rest-client-tck-8.0.13
microprofile-rest-client-tck-8.0.12
microprofile-rest-client-tck-8.0.11
microprofile-rest-client-tck-8.0.10
microprofile-rest-client-tck-8.0.9
microprofile-rest-client-tck-8.0.8
microprofile-rest-client-tck-8.0.7
microprofile-rest-client-tck-8.0.6
microprofile-rest-client-tck-8.0.5
microprofile-rest-client-tck-8.0.4
microprofile-rest-client-tck-8.0.3
microprofile-rest-client-tck-8.0.2
microprofile-rest-client-tck-8.0.1
microprofile-rest-client-tck-8.0.0
microprofile-rest-client-tck-8.0.0-M3
microprofile-rest-client-tck-8.0.0-M2
microprofile-rest-client-tck-8.0.0-M1

How to add a dependency to Maven

Add the following org.apache.tomee : microprofile-rest-client-tck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.tomee</groupId>
    <artifactId>microprofile-rest-client-tck</artifactId>
    <version>9.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tomee : microprofile-rest-client-tck gradle dependency to your build.gradle file:

implementation 'org.apache.tomee:microprofile-rest-client-tck:9.1.0'

Gradle Kotlin DSL: Add the following org.apache.tomee : microprofile-rest-client-tck gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tomee:microprofile-rest-client-tck:9.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tomee : microprofile-rest-client-tck sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tomee" % "microprofile-rest-client-tck" % "9.1.0"