m

microprofile-rest-client-tck

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