<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.10.2-beta</version>
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client', version='1.10.2-beta')
)
<parent> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-parent</artifactId> <version>1.10.2-beta</version> </parent>
compile
|-- com.google.code.findbugs:jsr305
|-- org.apache.httpcomponents:httpclient
|-- org.codehaus.jackson:jackson-core-asl
|-- xpp3:xpp3
|-- com.google.protobuf:protobuf-java
provided
|-- com.google.android:android:1.5_r4
|-- commons-codec:commons-codec
test
|-- junit:junit