<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-tck</artifactId>
<version>4.0</version>
</dependency>
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:4.0'
implementation("org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:4.0")
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "4.0"
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-tck', version='4.0')
)
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-tck" rev="4.0" />
<parent> <groupId>org.eclipse.microprofile.rest.client</groupId> <artifactId>microprofile-rest-client-parent</artifactId> <version>4.0</version> </parent>
compile
|-- org.eclipse.microprofile.rest.client:microprofile-rest-client-api
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- jakarta.inject:jakarta.inject-api
|-- jakarta.json:jakarta.json-api
|-- jakarta.json.bind:jakarta.json.bind-api
|-- jakarta.servlet:jakarta.servlet-api
|-- org.jboss.arquillian.testng:arquillian-testng-container
|-- com.github.tomakehurst:wiremock:3.0.1