<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.2.GA</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jaxrs', version='1.2.GA')
)
<parent> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs-all</artifactId> <version>1.2.GA</version> </parent>
compile
|-- org.jboss.resteasy:jaxrs-api
|-- org.scannotation:scannotation
|-- javax.annotation:jsr250-api
|-- javax.activation:activation
|-- commons-httpclient:commons-httpclient
|-- org.apache.httpcomponents:httpclient
provided
|-- junit:junit
|-- tjws:webserver