<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>4.5.6.Final</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-client', version='4.5.6.Final')
)
<parent> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs-all</artifactId> <version>4.5.6.Final</version> </parent>
compile
|-- org.jboss.resteasy:resteasy-client-api
|-- org.jboss.resteasy:resteasy-core-spi
|-- org.jboss.resteasy:resteasy-core
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging-processor
|-- org.apache.httpcomponents:httpclient
|-- commons-codec:commons-codec
|-- org.apache.httpcomponents:httpasyncclient
|-- org.eclipse.jetty:jetty-client
|-- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec
provided
|-- org.glassfish:jakarta.json
test
|-- junit:junit