<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-tck</artifactId>
<version>2.0.1-RC1</version>
</dependency>
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:2.0.1-RC1'
implementation("org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:2.0.1-RC1")
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "2.0.1-RC1"
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-tck', version='2.0.1-RC1')
)
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-tck" rev="2.0.1-RC1" />
<parent> <groupId>org.eclipse.microprofile.rest.client</groupId> <artifactId>microprofile-rest-client-parent</artifactId> <version>2.0.1-RC1</version> </parent>
compile
|-- org.jboss.arquillian.testng:arquillian-testng-container
|-- com.github.tomakehurst:wiremock:2.10.1
|-- org.reactivestreams:reactive-streams-tck:1.0.3
provided
|-- org.eclipse.microprofile.rest.client:microprofile-rest-client-api
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- org.apache.geronimo.specs:geronimo-annotation_1.2_spec:1.0
|-- org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.0
|-- jakarta.json:jakarta.json-api:1.1.6