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