<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>3.15.6.Final</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jdk-http', version='3.15.6.Final')
)
<parent> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs-all</artifactId> <version>3.15.6.Final</version> </parent>
compile
|-- org.jboss.resteasy:resteasy-jaxrs
|-- org.jboss.resteasy:resteasy-client
|-- junit:junit
|-- org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging-processor
test