<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache-v2</artifactId>
<version>1.30.2</version>
</dependency>
libraryDependencies += "com.google.http-client" % "google-http-client-apache-v2" % "1.30.2"
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client-apache-v2', version='1.30.2')
)
<dependency org="com.google.http-client" name="google-http-client-apache-v2" rev="1.30.2" />
<parent> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-parent</artifactId> <version>1.30.2</version> </parent>
compile
|-- com.google.http-client:google-http-client
|-- org.apache.httpcomponents:httpclient
test
|-- com.google.http-client:google-http-client-test
|-- junit:junit