MVN

org.eclipse.microprofile.rest.client : microprofile-rest-client-tck

Maven & Gradle

Oct 03, 2022
25 usages
126 stars

MicroProfile Rest Client TCK · Typesafe Rest Client APIs for MicroProfile :: TCK

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

Latest Version

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

  • Latest Stable: 3.0.1
  • Latest Release Candidate: 3.0-RC5

All Versions

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

Version Vulnerabilities Updated
3.0.x
microprofile-rest-client-tck-3.0.1
3.0
microprofile-rest-client-tck-3.0
microprofile-rest-client-tck-3.0-RC5
microprofile-rest-client-tck-3.0-RC4
microprofile-rest-client-tck-3.0-RC3
microprofile-rest-client-tck-3.0-RC2
microprofile-rest-client-tck-3.0-RC1
microprofile-rest-client-tck-3.0-m1
2.0.x
microprofile-rest-client-tck-2.0.1-RC3
microprofile-rest-client-tck-2.0.1-RC2
microprofile-rest-client-tck-2.0.1-RC1
2.0
microprofile-rest-client-tck-2.0
microprofile-rest-client-tck-2.0-RC3
microprofile-rest-client-tck-2.0-RC2
microprofile-rest-client-tck-2.0-RC1
microprofile-rest-client-tck-2.0-m1
1.4.x
microprofile-rest-client-tck-1.4.1
microprofile-rest-client-tck-1.4.0
1.4
microprofile-rest-client-tck-1.4-RC2
microprofile-rest-client-tck-1.4-RC1
1.3.x
microprofile-rest-client-tck-1.3.4
microprofile-rest-client-tck-1.3.3
microprofile-rest-client-tck-1.3.2
microprofile-rest-client-tck-1.3.1
1.3
microprofile-rest-client-tck-1.3
microprofile-rest-client-tck-1.3-RC1
1.2.x
microprofile-rest-client-tck-1.2.1
microprofile-rest-client-tck-1.2.0
1.2
microprofile-rest-client-tck-1.2
microprofile-rest-client-tck-1.2-RC1
microprofile-rest-client-tck-1.2-m2
microprofile-rest-client-tck-1.2-m1
1.1
microprofile-rest-client-tck-1.1
1.0.x
microprofile-rest-client-tck-1.0.1
1.0
microprofile-rest-client-tck-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-tck</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:3.0.1'

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

implementation("org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:3.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "3.0.1"

Advertisement