m

microprofile-rest-client-tck

Typesafe Rest Client APIs for MicroProfile :: TCK
Files download
File Operation
microprofile-rest-client-tck-3.0.jar download
microprofile-rest-client-tck-3.0.pom download
microprofile-rest-client-tck-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.rest.client</groupId>
  <artifactId>microprofile-rest-client-tck</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:3.0'
Gradle Kotlin
implementation("org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:3.0")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-tck', version='3.0')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-tck" rev="3.0" />
Leiningen
[org.eclipse.microprofile.rest.client/microprofile-rest-client-tck "3.0"]
Apache Buildr
'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:jar:3.0'