<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-tck</artifactId>
<version>1.3</version>
</dependency>
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:1.3'
implementation("org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:1.3")
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "1.3"
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-tck', version='1.3')
)
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-tck" rev="1.3" />
<parent> <groupId>org.eclipse.microprofile.rest.client</groupId> <artifactId>microprofile-rest-client-parent</artifactId> <version>1.3</version> </parent>
compile
|-- org.jboss.arquillian.testng:arquillian-testng-container
|-- com.github.tomakehurst:wiremock:2.10.1
|-- javax.ws.rs:javax.ws.rs-api
provided
|-- org.eclipse.microprofile.rest.client:microprofile-rest-client-api
|-- org.apache.geronimo.specs:geronimo-annotation_1.2_spec:1.0
|-- org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.0