is not current version
Last Version 1.42.0

com.google.http-client:google-http-client 1.17.0-rc

Google HTTP Client Library for Java. Functionality that works on all supported Java platforms, including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.

Categories

Categories

CLI User Interface Google HTTP Client Net HTTP Clients
GroupId

GroupId

com.google.http-client
ArtifactId

ArtifactId

google-http-client
Version

Version

1.17.0-rc
Type

Type

jar

Download google-http-client 1.17.0-rc


<!-- https://jarcasting.com/artifacts/com.google.http-client/google-http-client/ -->
<dependency>
    <groupId>com.google.http-client</groupId>
    <artifactId>google-http-client</artifactId>
    <version>1.17.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client/
implementation 'com.google.http-client:google-http-client:1.17.0-rc'
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client/
implementation ("com.google.http-client:google-http-client:1.17.0-rc")
'com.google.http-client:google-http-client:jar:1.17.0-rc'
<dependency org="com.google.http-client" name="google-http-client" rev="1.17.0-rc">
  <artifact name="google-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client', version='1.17.0-rc')
)
libraryDependencies += "com.google.http-client" % "google-http-client" % "1.17.0-rc"
[com.google.http-client/google-http-client "1.17.0-rc"]