<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.0-m12</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.core', module='jersey-client', version='2.0-m12')
)
<parent> <groupId>org.glassfish.jersey</groupId> <artifactId>project</artifactId> <version>2.0-m12</version> </parent>
compile
|-- org.glassfish.jersey.core:jersey-common
|-- javax.ws.rs:javax.ws.rs-api
|-- org.glassfish.hk2:hk2-locator
provided
|-- com.google.code.findbugs:jsr305
test
|-- junit:junit