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